
/* ÜRÜN DETAY */

.urundetay-v2-product-name { 
	font-size: 24px;
	font-weight: 500;
	color: #2a373a;
}

.urundetay-v2-product-code {
	font-size: 16px;
	text-align: left;
	color: #a2a2a2;
}

.urundetay-v2-product-code span { display: inline-block; margin-right: 15px; }

.urundetay-v2-detail { margin: 15px auto; font-size: 16px; color: #2a373a; 	}

.urundetay-v2-detail .urun-hakkinda{ 
	font-size: 16px;
	color: #a2a2a2;
}

.urundetay-v2-detail .urun-hakkinda_{ 
	font-size: 16px;
	color: #2a373a;
	font-weight: 400;
}

.relative { position:relative !important; }
.table-responsive {  border: solid 1px rgba(115, 143, 178, 0.2); border-radius: 8px; }
.table-responsive table { }
.table-responsive thead {  }
.table-responsive tbody {  }
.table>thead>tr>th { border-bottom: none; }
.table-responsive tr { border-bottom: solid 1px rgba(115, 143, 178, 0.2); }
.table-responsive tr th { font-size: 17px; font-weight: 500; text-align: center; color: #2a373a; border-right: solid 1px rgba(115, 143, 178, 0.2); }
.table-responsive tr td { font-size: 17px; text-align: center; color: #2a373a; border-right: solid 1px rgba(115, 143, 178, 0.2); }
.table-responsive tr td:last-child,
.table-responsive tr th:last-child { border-right: none; }
.table-responsive tr:last-child { border-bottom: none; }
  

.urundetay-v2-label { font-size: 15px;  color: #738fb2; display: block; }
.urundetay-v2-select {  font-size: 15px;  color: #a2a2a2;  border-radius: 8px; float: none; height: auto;
  border: solid 1px #a2a2a2; background-color: #fff; padding: 15px 30px 15px 10px; width: 100%; 
  -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
  background-repeat: no-repeat;background-size: 24px 24px;background-position: calc(100% - 15px) 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 7 9 9 9-9' stroke='%2357A0C6' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.urundetay-v2-select option { zoom:1.1; }
.urundetay-v2-select2 {  font-size: 10px;  color: #a2a2a2;  border-radius: 8px; float: none; height: auto;
  border: solid 0.8px #a2a2a2; background-color: #fff; padding:6px 3px; width: 100%;
  -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
  background-repeat: no-repeat;background-size: 24px 24px;background-position: calc(100% - 15px) 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 7 9 9 9-9' stroke='%2357A0C6' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.urundetay-v2-select2-x { background-size: 12px 12px; background-position: calc(100% - 5px) 50%; padding-left: 6px; font-size: 13px; }
.urundetay-v2-select2 option { zoom:1.1; }

.product-single-left .product-thumbs li { border-radius: 8px !important; }
    
.input_textarea{ 
  font-size: 15px;
  color: #738fb2;
  padding: 16px;
  border-radius: 8px;
  border: solid 1px rgba(115, 143, 178, 0.2);
  background-color: #fff;
  font-weight: 400 !important;
  height: 120px !important;}
.input_textarea:hover,
.input_textarea:focus{ box-shadow: none; }
.address-v2-select {  font-size: 15px;  color: #738fb2;  border-radius: 8px; float: none; height: 56px  !important;
  border:  solid 1px rgba(115, 143, 178, 0.2); background-color: #fff; padding: 15px 30px 15px 10px; width: 100%; 
  -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
  background-repeat: no-repeat;background-size: 24px 24px;background-position: calc(100% - 15px) 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 4.667 6 6 6-6' stroke='%2357A0C6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}




[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #57a0c6;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #57a0c6;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1.6px solid #57a0c6;
    border-radius: 4px;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #57a0c6;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-control.urundetay-v2-text {  border-radius: 8px; display: block;  width: 100%; padding: 15px 10px;
  border: solid 1px #a2a2a2;
  background-color: #fff; font-size: 15px;
    float: none;
    height: auto;
  color: #2a373a; }

.urundetay-v2-alyans { margin: 15px auto; }

.alyans-title { margin: 15px auto;    font-size: 17px;  font-weight: 500;  color: #2a373a; }

.urundetay-v2-ring { font-size: 16px; font-weight: 500; text-decoration: underline; color: #57a0c6;}

.urundetay-v2-dflexaligncenter { display: flex; align-items: center; }

.urundetay-v2-alert-success { margin: 15px auto; display: flex; align-items: center; border-radius: 10px;  border: solid 1px #7fbf35;  background-color: #f5feea;  font-size: 14px;  font-weight: 500;  color: #407306; }
.urundetay-v2-alert-success .svg-bonus { display: inline-block; margin-right: 10px; }

.urundetay-v2-alert-info { margin: 15px auto; display: flex; align-items: center; border-radius: 8px;  border: solid 1px #cee7ff;  background-color: #cee7ff;  font-size: 16px;  font-weight: 500;  color: #04386c; }
.urundetay-v2-alert-info .svg-bonus img { max-width: 24px; max-height: 24px; object-fit: contain; }
.urundetay-v2-alert-info .svg-bonus { display: inline-block; margin-right: 10px; }

.urundetay-v2-cargo { width: 100%; font-size: 12px;  color: #738fb2; font-weight: 500; margin: 5px auto; display: flex; align-items: center; }
.urundetay-v2-cargo .svg-cargo { display: inline-block; margin-right: 5px; }
.urundetay-v2-cargo .svg-cargo svg { display: block;  }
.p-0 { padding: 0px; }
.pr-0 { padding-right: 0px; }
.pr-1 { padding-right: 15px; }
.pl-0 { padding-left: 0px; }
.pl-1 { padding-left: 15px; }
.mb-0 { margin-bottom: 0px; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.mb-45 { margin-bottom: 45px; }
.lh-30 {line-height: 30px;}
.mt-0 { margin-top: 0px !important; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.ml-0 { margin-left: 0px; }
.ml-15 { margin-left: 15px; }
.ml-30 { margin-left: 30px; }
.mr-0 { margin-right: 0px; }
.mr-15 { margin-right: 15px; }
.mr-15x { margin-right: 15px !important; }
.mr-30 { margin-right: 30px; }

.urundetay-v2-product-extras { margin-top: 50px; }

.urundetay-v2-set { padding: 16px; border-radius: 8px; border: solid 0.5px rgba(0, 0, 0, 0.2); clear: both; }
.urundetay-v2-set > .row { display: flex; padding: 0px 10px; }
.set-item { font-size: 16px;  font-weight: 500;  color: #2a373a; }
.set-item > .row { display: flex; align-items: center; }
.set-item-img {  }
.set-item-img img { width: 100%; border-radius: 8px;  border: solid 0.5px rgba(0, 0, 0, 0.2);}
.set-item-title {  }
.set-item-price { margin-top: 10px; }
.set-item-submit { font-size: 15px;font-weight: 500;  color: #2a373a; display: flex; align-items: center; flex-direction: column; }
.btn.btn-set-item { margin-top: 15px; padding: 8px 16px; border-radius: 8px; background: transparent; border: solid 1.6px #57a0c6; font-size: 20px; font-weight: 600; height: auto; color: #57a0c6; }
.urundetay-v2-section-carat {   font-size: 16px;  color: #2a373a; font-weight: 400; }


.urundetay-v2-slide { margin-bottom: 50px; }
.urundetay-v2-karat {  }

.urundetay-v2-gift-box { margin: 15px auto; padding: 15px 15px 15px 80px; border-radius: 8px; border: solid 1px #738fb2; background-image: url(../img/gift-ico-v2.PNG); 
background-size: 75px 100px;
background-repeat: no-repeat;
    background-position: -1% 110%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}


.urundetay-v2-gift-box2 { 
    margin: 15px auto;
    border: solid 1px #ff5d60;overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 24px 0 rgba(112, 144, 176, 0.15);
    background-color: #fff;
}

.vgb2-title { 
    padding: 15px; 
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;background-color: #ff5d60;
}

.vgb2-content {
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.78;
    text-align: left;
    color: #2a373a;
    display: flex;
}
.vgb2-content2 { font-size: 24px; }

.vgb2-content span { font-weight: 500; }
.vgb2-col-6 { display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.vgb2-col {  }
.vgb2-col img { max-width: 100%; }
.vgb2-content .col-3 { width: 25%; padding: 0px 15px; }
.vgb2-content .col-9 { width: 75%; padding: 0px 15px; }
.vgb2-content2 .col-3 { width: 12.5%; padding: 0px 15px; }
.vgb2-content2 .col-9 { width: 87.5%; padding: 0px 15px; }

.vgb2-content .vgb2-col-6:first-child { border-right: 1px solid #ff5d60; }
.vgb2-content2 .vgb2-col-6:first-child { border: none; }

.urundetay-v2-gift-title {  font-size: 24px;  font-weight: 500;  color: #5c8ab8; margin-bottom: 15px; }
.urundetay-v2-gift-content { font-size: 18px;  color: #2a373a; font-weight: 400; }
.urundetay-v2-gift-left {  }
.urundetay-v2-gift-right { padding-left: 15px; display: flex; align-items: center; justify-content: center; }
.urundetay-v2-gift-right img { width: 100%; max-width: 115px; }

.v-orijinal { display: none !important; }
.v-orijinal2 { display: none !important; }

.d-none { display: none !important; }

.urundetay-v2-yuzukolcusuyazisi {  }
.yoy-title { font-size: 17px;  font-weight: 500;  text-align: center;  color: #2a373a; }
.yoy-img { margin: 15px auto; }
.yoy-img img { max-width: 100%; }
.yoy-content { font-size: 17px;  font-weight: 400;  text-align: center;  color: #2a373a; }
.yoy-content th { font-weight: 500; }
.yoy-content tbody tr:nth-child(2n) {   background-color: #f5fafe; }


#v2-uyelik-header {
	background-image: url(../images/altınbas-uye-ol-gorsel.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 35px 35px 35px;
}
.v2-uyelik-header-content { 
	font-size: 30px;
  font-weight: 500;
  color: #5c8ab8;
  border-radius: 8px;
  padding: 50px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center; justify-content: center;
} 
.v2-uyelik-header-content > .row { width: 100%;display: flex;
    align-items: center;
    justify-content: center; }

#v2-uyelik { padding: 15px; text-align: center; }
#v2-uyelik .container { max-width: 768px; }
#v2-uyelik .containerx { max-width: 930px; }
#v2-uyelik .cat-title { font-size: 17px;  font-weight: 500;  color: #2a373a; margin: 15px auto; }
.v2-uyelik-fg { text-align: left;  }
.v2-uyelik-fg2 { text-align: left; padding: 0px 15px; }
.v2-uyelik-fg .v2-form-label { font-size: 15px; color: #738fb2; display: block;padding-left: 10px }
.v2-uyelik-fg .v2-form-select {  font-size: 15px;  color: #738fb2;  border-radius: 8px; height: 56px; float: none;
  border: solid 1px rgba(115, 143, 178, 0.2); background-color: #fff; padding: 15px 15px; width: 100%; 
  background-repeat: no-repeat;background-size: 16px 16px;background-position: calc(100% - 15px) 50%;
  -webkit-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 4.667 6 6 6-6' stroke='%2357A0C6' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.v2-uyelik-fg .v2-form-text { border: solid 1px rgba(115, 143, 178, 0.2);  font-size: 15px; height: 56px;  color: #2a373a; 
	padding: 16px; border-radius: 8px; background-color: #fff;}
.v2-uyelik-fg .v2-form-text:hover,
.v2-uyelik-fg .v2-form-text:focus { border: solid 1px #738fb2;box-shadow: none; }

.uhc-alert {   font-size: 20px;
  font-weight: 500;
  color: #f5feea; padding: 16px 16px 16px 24px;
  border-radius: 10px;
  background-color: #7fbf35; margin: 50px auto; display: flex; align-items: center; justify-content: flex-start; }

.uhc-alert svg { margin-right: 15px; }
.uhc-alert svg path {  }

.uhc-alertv2 { position: fixed;
    margin: 15px auto;
    top: 20%;
    right: 0;
    left: 0;
    /* width: 100%; */
    max-width: 60%;
    z-index: 9999999; }

#v2-content-bread { margin: 15px auto; }
#v2-content-bread .row-bread { display: flex; flex-direction: row; align-items: center; justify-content: center; }
#v2-content-bread .row-bread .col { border-right: 1px solid rgba(115, 143, 178, 0.2); min-width: 16%; text-align: center; }
#v2-content-bread .row-bread .col:first-child { max-width: 10%; min-width: 10%; border: none; text-align: left; }
#v2-content-bread .row-bread .col:last-child { border: none; }
#v2-content-bread .vcb-link { font-size: 14px; color: #000; font-weight: 400;  padding: 0px 15px; }
#v2-content-bread .vcb-link:hover,
#v2-content-bread .vcb-link:focus { text-decoration: none; }
#v2-content-bread .vcb-link.main { font-weight: 600; padding: 0px; }
#v2-content-bread .vcb-link.active { color: #5c8ab8; font-weight: bold;  }

#accordion.row-bread-mobil { display: none; }

#v2-support-content { margin-top: 50px; }
.v2sc-blog { margin-bottom: 48px; }
.v2sc-title { font-size: 17px; font-weight: bold; color: #2a373a; margin-bottom: 25px; }
.v2sc-content {  font-size: 14px; font-weight: 400; color: #2a373a; }
.v2sc-content span { font-weight: 500;  color: #5c8ab8; }
.v2sc-img { padding: 32px; text-align: center; border-radius: 10px; border: solid 1px #5c8ab8; transform: scale(1.15); z-index: 1; background: #fff; transform-origin: top left;}
.v2sc-img img { max-width: 100px !important; }
.mbl-bb { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.v2sc-desc { padding: 24px 64px; border-radius: 10px; border: solid 1px #5c8ab8; background-color: #fff;; }
.mbl-v2scimg-blog { display: none; }
.mobil-card-block-up { display: none; }

.v2sc-card-content { padding: 24px;z-index: 1;
    position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 24px 0 rgba(112, 144, 176, 0.15);
  border: solid 1px #5c8ab8;
  background-color: #fff; }
.v2sc-card-content > .row { display: flex; flex-direction: row; align-items: center; justify-content: center; }
.v2sc-card-content > .row .col { border-right: 1px solid rgba(115, 143, 178, 0.2); min-width: 20%; text-align: center; height: 100%;
 display: flex; align-items: center; justify-content: center; }
.v2sc-card-content > .row .col:last-child { border: none; }
.v2sc-card-content > .row .col img { max-width: 170px; }

.v2sc-card-content2 { margin-bottom: 48px; margin-top: -24px; z-index: 0; }
.v2sc-card-content2-desc {  padding: 48px 24px 24px 24px;
  border-radius: 10px;
  box-shadow: 0 8px 24px 0 rgba(112, 144, 176, 0.15);
  border: solid 1px #5c8ab8;
  background-color: #fff; max-width: 80%; margin: 0px auto; font-size: 18px; font-weight: 400; text-align: center; color: #2a373a; }
.v2sc-card-content2-desc span { font-size: 22px; font-weight: bold; color: #5c8ab8;}

.v2sc-2-desc { font-size: 18px;font-weight: 400;  color: #2a373a; text-decoration: underline; margin-bottom: 30px; }
.v2sc-2-desc-10 {  }
.v2sc-2-desc-2 { padding: 0px 24px; }
.v2sc-2-desc-2 img  { max-width: 100% !important;}
.v2scimg-blog { height: 65px;
    margin: 20px auto 0px auto;
    border-bottom: 1px solid rgba(115, 143, 178, 0.2); }
.v2scimg-blog:last-child  { border-color: transparent; }

.iban-blog { height: 90.6px; display: flex; margin-bottom: 10px; align-items: center; justify-content: space-between; border-radius: 10px; border: solid 1px #5c8ab8; background-color: #fff; padding: 0px 24px 0px 48px; 
font-size: 14px; font-weight: 400; color: #2a373a; }
.iban-blog span {  color: #5c8ab8; }
.iban-blog p { margin-bottom: 0px; }
.iban-blog:last-child { margin-bottom: 0px; }

.copy-block{ font-size: 10px; font-weight: 500; color: #5c8ab8; }
.copy-block img { width: 24px; height: 24px; object-fit: cover; margin-bottom: 5px; }
.copy-block a,
.copy-block a:hover,
.copy-block a:focus { display: flex; align-items: center; justify-content: center; flex-direction: column; text-decoration: none; color: #5c8ab8;}



.ready-block { padding: 24px 57px; text-align: center; border-radius: 10px; border: solid 1px #5c8ab8; background-color: #fff; font-weight: 400; }
.ready-block-title { font-size: 24px; font-weight: 600; color: #5c8ab8; margin-bottom: 10px; }
.ready-block-desc { font-size: 16px; color: #2a373a; }
.ready-block-desc span { font-weight: 600; color: #5c8ab8;}
.ready-block-code { margin: 50px auto;  }
.ready-block-code a { padding: 16px 32px; border-radius: 10px; border: dashed 1px #5c8ab8; font-size: 18px; font-weight: 600; color: #5c8ab8;}
.ready-block-code a:hover,
.ready-block-code a:focus { text-decoration: none; }
.ready-block-code img { margin-left: 15px; max-height: 30px; }
.ready-block-content { font-size: 14px; color: #2a373a; }

.copy-icon {
     cursor: pointer;
     position: relative;
     border: 5px solid black;
     width: 60px;
     height: 70px;
     font-size: 100px;
     line-height: 34px;
     word-break: break-word;
     text-align: center;
     padding: 10px 1px 0;
     user-select: none;
}
 .copy-icon::after, .copy-icon::before {
     content: &#39;
    &#39;
    ;
     position: absolute;
     border: solid black;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     left: 50%;
}
 .copy-icon::after {
     border-width: 6px;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
     width: 20px;
     top: -8px;
}
 .copy-icon::before {
     border-width: 6px;
     bottom: 103%;
     border-radius: 50%;
     background-color: black;
}
 .link-icon {
     position: absolute;
     bottom: -13px;
     right: -20px;
     border: 4px solid black;
     width: 45px;
     height: 17px;
     border-radius: 40px;
     background: white;
     box-shadow: 0px 0px 0px 5px #fff;
}
 .link-icon::after, .link-icon::before {
     content: &#39;
    &#39;
    ;
     position: absolute;
     border-style: solid;
     width: 20px;
}
 .link-icon::after {
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     border-width: 2px;
}
 .link-icon::before {
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
     left: 9px;
     top: 5px;
     border-color: white;
     border-width: 4px;
}
 .toastbox {
     width: 280px;
     padding: 10px;
     background-color: #5c8ab8;
     color: #fff;
     text-align: center;
     border-radius: 4px;
     position: fixed;
     top: 105%;
     right: 15px;
     -webkit-transition: transform 0.3s linear;
     transition: transform 0.3s linear;
}
 .toastbox.toast-tox--active {
     -webkit-transform: translateY(-150px);
     transform: translateY(-150px);
}

.v2-modal-b3 {
    background: rgba(0,0,0,0.8)
}
.v2-modal-b3 .modal-header{
    position: relative;
}

.v2-modal-b3 .modal-dialog {
    height: 100%;
    overflow: hidden;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v2-modal-b3 .modal-content { 

    height: auto;
    min-height: 30%;
    max-height: 80%;
    width: 100%;
    overflow-y: auto;
 }

.v2-modal-b3 .close {
    background: transparent;
    position: absolute;
    padding: 10px 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 8040;
}
.v2-modal-b3 .close:after {
    content: "\f117";
    font-family: el-font;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.v2-modal-b3 .close {
    right: 10px !important;
    top: 10px !important;
    background-color: #f5fafe !important;
    border-radius: 50% !important;
    color: #57a0c6 !important;
}

#v2cat-seo { margin: 30px auto; }
.v2cat-top {  }
.v2cat-img {  }
.v2cat-img img { max-width: 100%; }
.v2cat-text {  }
.v2cat-title { font-size: 24px; font-weight: 500; text-align: left; color: #2a373a; margin-bottom: 15px; }
.v2cat-p { font-size: 16px; color: #2a373a; }
.v2cat-p p { margin-bottom: 15px; }
.v2cat-link { margin: 30px auto; text-align: center; }
.v2cat-link a {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    color: #57a0c6;
    background-color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    border: solid 1.6px #57a0c6;
}
.v2cat-link a:hover,
.v2cat-link a:focus { text-decoration: none; color: #57a0c6; }
.v2cat-body { height: 0px; visibility: hidden; padding: 15px 0px; }
.v2cat-link a.v2cat-body-link-close { 
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 48px;
    padding: 0px;
    height: 48px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #57a0c6;
    border-radius: 50%;
    border: solid 1.6px #57a0c6;
}

.v2cat-link a.v2cat-body-link-close:hover,
.v2cat-link a.v2cat-body-link-close:focus { color: #fff; }

.v2cat-ss-title {   font-size: 24px;
  font-weight: bold; margin-bottom: 15px;
  text-align: center;
  color: #2a373a; }

.checkLabel { display: inline-block; width: auto; float: none; margin-right: 20px; font-size: 17px;  color: #2a373a;}
.checkLabel2 { text-align: left; display: block; width: 100%;  font-size: 15px;  font-weight: 500;  line-height: 1.6;  color: #2a373a;}
.checkLabel2 a,
.checkLabel2 a:hover,
.checkLabel2 a:focus { color: #57a0c6; text-decoration: underline; }


.h-56 { height: 60px;     float: left;;  display: flex; align-items: center;}
.w-100 { width: 100% !important; }
.mw-100 { max-width: 100% !important; }



.btn.v2-btn-submit { 
  padding: 15px; border-radius: 8px; line-height: 1.5 !important; background-color: #5c8ab8; font-size: 20px; font-weight: 600; height: auto; width: 100%; max-width: 420px; color: #f5fafe; display: flex; align-items: center; justify-content: center; margin: 0px auto;
}
.btn.v2-btn-submit svg { margin-right: 15px; min-width: 25px; width: 25px;}
.btn.v2-btn-submit.v2-btn-submit-facebook { background-color: #1877f2; }
.btn.v2-btn-submit.v2-btn-submit-google { background-color: #2055a9; }


.loginpageo.btn.v2-btn-submit.v2-btn-submit-facebook,
.loginpageo.btn.v2-btn-submit.v2-btn-submit-google {
    width: auto;
    display: inline-flex;
    min-width: 190px;
    margin: 15px;
}

.v2-login { max-width: 460px; margin: 0px auto; }
.v2-login form { float: none !important; }
.v2-login-title { font-size: 17px;  font-weight: 500;  text-align: center;  color: #2a373a; }

#log3pop {
    margin-bottom: 10px;
    width: 490px;
    display: none;
    padding: 60px 15px 15px 15px;
    text-align: center;
}
.log3title { 
  font-size: 17px;
  font-weight: 600;
  line-height: 1.29;
  color: #2a373a; 
  margin-bottom: 30px;
}
.log3img { margin-bottom: 10px; }
.log3img img { max-width: 120px; border-radius: 10px;   border: solid 0.5px rgba(0, 0, 0, 0.12);}
.log3ptext {   font-size: 14px; font-weight: 600; color: #2a373a; margin-bottom: 40px; }
.log3ptextc {   font-size: 14px; font-weight: 600; color: #2a373a; margin-bottom: 40px; }
.log3btn {  }
.log3btn .btn-set-item { margin: 0px auto; width: 100%; padding: 16px 8px; height: auto; }
.log3btn .v2-btn-submit { margin: 0px auto; width: 100%; padding: 16px 8px; height: auto; }

.v2-remove-item { text-align: center; max-width: 490px; }
.v2-remove-icon { margin: 15px auto 25px auto; }
.v2-remove-icon img { max-width: 64px; }
.v2-remove-content { margin-bottom: 50px; font-size: 17px;  font-weight: 500;  text-align: center;  color: #2a373a;}
.v2-remove-links { margin: 15px auto;  }
.remove-icon-1 { 
	width: calc(48% - 30px);
		    margin: 0px 15px;
	display: inline-block;
	padding: 16px;
  border-radius: 8px;
  border: solid 1px #5c8ab8;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  color: #5c8ab8; 
}
.remove-icon-2 { 
	width: calc(48% - 30px);
  margin: 0px 15px;
	display: inline-block;
	padding: 16px;
  border-radius: 8px;
  border: solid 1px #5c8ab8;
  line-height: 1.5;
  background-color: #5c8ab8;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff; 
}
.remove-icon-1:hover,
.remove-icon-1:focus,
.remove-icon-2:hover,
.remove-icon-2:focus { text-decoration: none; }



.shopping-cart .v2-order-process { padding: 25px 15px; background-color: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px; border: 1px solid #fff; }
.shopping-cart .v2-shopping-steps {  }
.shopping-cart li.v2-shopping-steps-li { font-weight: 400; font-size: 20px;  text-align: center; color: #738fb2; 
	width: 32%; margin: 0px auto; }
.shopping-cart li.v2-shopping-steps-li.active { font-weight: 500; }
.shopping-cart li.v2-shopping-steps-li:before { content: ''; width: 100%; height: 8px; background: #f5fafe; 
	position: absolute; border: solid 1px rgba(92, 138, 184, 0.3); left: 0px; top: 50px; border-radius: 8px; }
.shopping-cart li.v2-shopping-steps-li.active:before { background-color: #5c8ab8; }
.shopping-cart li.v2-shopping-steps-li:after { content: ''; background-color: transparent; width: 24px; height: 24px; position: absolute; background-repeat: no-repeat; right: -12px; top: calc(50% - 12px); background-position: center; background-size: cover; 
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.5 21 9-9-9-9' stroke='%23738FB2' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' opacity='.7'/%3E%3C/svg%3E%0A");
}
.shopping-cart li.v2-shopping-steps-li.active:after {background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.5 21 9-9-9-9' stroke='%235c8ab8' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' opacity='1'/%3E%3C/svg%3E%0A");
}
.shopping-cart li.v2-shopping-steps-li:last-child:after { display: none; }

.shopping-cart li.v2-shopping-steps-li.bg-ok:before {
    background-color: #5c8ab8;
}


.v2-alert-log { margin: 15px auto !important; display: flex; align-items: center; border-radius: 10px;  
    border: solid 1px #5c8ab8;  background-color: #f5fafe;  font-size: 14px;  font-weight: 500;  color: #2a373a; }
.v2-alert-log .svg-log { display: inline-block; margin-right: 10px; }
.v2-alert-log a { display: inline-block; padding: 0px 5px; font-weight: 600; color: #5c8ab8; text-decoration: underline; }


.v2-alert-log2 { margin: 15px auto !important; display: flex; align-items: center; border-radius: 10px;  
    border: solid 1px #5c8ab8;  background-color: #fff;  font-size: 14px;  font-weight: 500;  color: #2a373a; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.v2-alert-log2 .svg-log { display: inline-block; margin-right: 10px; }
.v2-alert-log2 a { display: inline-block; padding: 0px 5px; font-weight: 600; color: #5c8ab8; text-decoration: underline; }



.v2-alert-log3 { margin: 15px auto !important; display: flex; align-items: center; border-radius: 10px;  
    border: solid 1px #cee7ff;  border-radius: 10px; background-color: #cee7ff;  font-size: 14px;  font-weight: 500; color: #04386c;
}
.v2-alert-log3 .svg-log { display: inline-block; margin-right: 10px; }
.v2-alert-log3 a { display: inline-block; padding: 0px 5px; font-weight: 600; color: #cee7ff; text-decoration: underline; }





.basket-body { padding: 16px; margin: 15px auto; background-color: #fff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}




.v2-basket-body-item { padding: 15px; border-bottom: 1px solid rgba(115, 143, 178, 0.2); }
.v2-basket-body-content { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; }
.v2-col-image { width: 10%; display: inline-flex; align-items: center; justify-content: center;}
.v2-col-image img {  }
.v2-col-detail { width: 55%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 15px; }
.v2-col-code {   font-size: 10px;  color: #2a373a; }
.v2-col-title {   font-size: 17px; font-weight: 500;  color: #2a373a; }
.v2-col-measure {   font-size: 13px;  color: #2a373a; }
.v2-col-desc {   font-size: 13px;  font-weight: 500;  color: #2a373a; }
.v2-col-qty { width: 10%; display: inline-flex;font-size: 17px; font-weight: 500; color: #2a373a; justify-content: center;}
.mbl-v2-col-qty { display: none; }
.v2-col-price { width: 15%; display: inline-flex; flex-direction: column; align-items: center; justify-content: center;}
.v2-col-remove { width: 10%; display: inline-flex; align-items: center; justify-content: center; font-size: 13px;  font-weight: 500;  color: #2a373a; }
.v2-old-price {  font-size: 17px;  color: #2a373a; text-decoration: line-through; }
.v2-new-price {  font-size: 17px;  font-weight: 500;  color: #5c8ab8; }
.v2-col-table { margin: 15px auto 0px auto; width: 100%; font-weight: 400; }

.shopping-cart .table-prices td.gift_cheque_code_12 {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #2a373a;}

 .shopping-cart .continue-purchase.basketsubmita { 
 width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #f5fafe;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #5c8ab8;
 }

.basket ul.gift_cheque { width: 50%; max-width: 50%; }
#form2 .gift_cheque_code_111{  }
#form2 .gift_cheque_code_222{ width: 30%; }


.basket ul.gift_cheque li { width: 60%; display: inline-block; }
.basket ul.gift_cheque li.gift_cheque_code_1 { width: 100%; font-size: 17px;  font-weight: 500;  color: #2a373a;  }
.basket ul.gift_cheque li.gift_cheque_code_2 { width: 100%; font-size: 15px;  font-weight: 500;  color: #738fb2; padding-left: 10px; }
.basket ul.gift_cheque li input[type=text] { padding: 16px;
  width: 100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
  height: 56px;
  border: solid 1px #57a0c6;
  background-color: #fff;font-size: 15px;
  font-weight: 400;
    color: #2a373a; }


.basket ul.gift_cheque li input[type=submit] { border-radius: 8px; padding: 16px; background-color: #57a0c6; height: 56px; display: flex; align-items: center; width: 100%; justify-content: center; font-size: 20px; font-weight: 600; color: #f5fafe; 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.shopping-cart .table-prices { margin: 0px;  width: 320px;  }
.shopping-cart .table-prices td { font-size: 17px;  color: #2a373a; font-weight: 400; padding: 10px 0px; }
.shopping-cart .table-prices td .prices { font-weight: 500; }
.table-prices-border {
    border: solid 1px #738fb2 !important;
    border-radius: 8px;
    display: inline-block;
    clear: both;
    padding:  0px 15px;
    float: right;
    margin: 20px auto;
}
.pricesblue { color: #57a0c6;; }
.pricesblue2 { color: #5c8ab8 !important;; }

.shopping-cart .table-prices td .prices { text-align: right !important; }
.basket ul.gift_cheque li.gift_cheque_code_1v2 { width: 90%; }

/*
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="m7.5 21 9-9-9-9" stroke="#738FB2" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round" opacity=".7"/> </svg>

*/

#v2banner-head-up {   
  box-shadow: 0 8px 24px 0 rgba(112, 144, 176, 0.15);
  border: solid 1px #5c8ab8;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #fff;
  font-size: 20px;
  color: #5c8ab8;
  padding: 0px 16px;
  clear: both;
}

#v2banner-head-up .panel-default { margin: 0px auto; border: none; }
#v2banner-head-up .panel-heading { background: transparent !important; box-shadow: none !important; border: none !important; padding: 0px; }
#v2banner-head-up .panel-title { padding: 0px; font-size: 20px; text-align: left; color: #5c8ab8; }
#v2banner-head-up .panel-title img { max-height: 24px; margin-right: 15px;}
#v2banner-head-up .panel-title a { width: 100%; display: block; padding: 16px; font-weight: 400; }
#v2banner-head-up .panel-title a:hover,
#v2banner-head-up .panel-title a:focus { text-decoration: none; color: #5c8ab8;} 
#v2banner-head-up .panel-body { margin-left: 70px; font-size: 16px; color: #2a373a; font-weight: 500; border-top: solid 1px rgba(115, 143, 178, 0.2); padding-left: 0px;}


#v2banner-head-up .panel-title a span { background-color: #fff; border-radius: 50%; padding: 2px; height: 26px; width: 26px; border: 1px solid #fff; border-radius: 50%; float: right; }


#v2banner-head-up .panel-title a span:after {
 content: '';
 display: inline-block;
 width: 20px;
 height: 20px;
 background-repeat: no-repeat;
 background-position: center;
 background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='transform: rotate(180deg); transform-origin: 50%25 50%25;' d='m2.5 5.833 7.5 7.5 7.5-7.5' stroke='%2357A0C6' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#v2banner-head-up .panel-title a.collapsed span:after {
 content: "";
 display: inline-block;
 width: 20px;
 height: 20px;
 background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.5 5.833 7.5 7.5 7.5-7.5' stroke='%2357A0C6' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
 background-repeat: no-repeat;
 background-position: center;
}


#v2banner-head {   
    background-color: #f5fafe;
    font-size: 20px;
    color: #2a373a;
    padding: 30px 0px;
    clear: both;
}

.vbh-img {  }
.vbh-img img { width: 100%; object-fit: cover; }
.vbh-parent {  }
.vbh-title {  font-size: 24px; font-weight: 500; text-align: left; color: #2a373a; }
.vbh-r { text-align: right; }
.vbh-a,
.vbh-a:hover,
.vbh-a:focus { text-decoration: none; display: flex; width: 100%; align-items: center; justify-content: flex-end; text-decoration: none !important; }
.vbh-a img { max-height: 28px; padding-left: 15px;}

.vbh-row { display: flex; align-items: center; }
.vbh-center { }
.vbh-row-link { display: none; }

.vbh-bread { font-size: 16px !important;  color: #a2a2a2;}
#v2banner-breadcrumb { width: 100%; padding: 15px; background: #fff; }
#v2banner-breadcrumb .container { padding: 0px; overflow-x: auto; }

#v2banner-star { width: 100%; padding: 15px; background: #fff;     clear: both; }
#v2banner-star .v2banner-star-title {}


.v2-old1-price { text-decoration: line-through; font-size: 14px; font-weight: 300; text-align: center; color: #2a373a; }
.v2-old2-price { text-decoration: line-through; font-size: 20px; font-weight: 500; text-align: center; color: #2a373a; }
.v2-old3-price { font-weight: 500; color: #57a0c6; text-align: center; border-radius: 8px; border: solid 1px #57a0c6; 
padding: 5px 10px; display: inline-block;}
.v2-old3-Text { font-size: 10px; display: block; line-height: 20px; }
.v2-old3-Price { font-size: 24px; display: block; line-height: 26px; }

#flt-1 { padding: 15px; margin-top: 50px; }
.dflx100 { display: flex; width: 100%; align-items:flex-start; }
.dflx100 .product-box { text-align: center; }
.dflx100 .product-box a{  }
.dflx100 .product-box img { width: 100%;  object-fit: contain; }
.dflx100 .product-box h2{  font-size: 16px; font-weight: 500; text-align: center; /* line-height: 1.56; */ color: #2a373a; margin: 15px auto; height: auto; line-height: 1.5; }
.dflx100 .product-box .pricev2{  font-size: 20px; font-weight: 600; text-align: center; color: #2a373a; }
.dflx100 .product-box .old-pricev2{ color: #a2a2a2; text-decoration: line-through; }
.dflx100 .product-box .new-pricev2{ color: #5c8ab8; }
.dflx100 .product-box .topbar { position: absolute; top: 15px; left: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    border: solid 0.5px rgba(0, 0, 0, 0.2);
    background-color: #57a0c6;
}
.product-image-top-block { position: absolute; top: 15px; left: 15px;z-index: 9;
    }

.product-image-top-block svg { margin-right: 5px; max-width: 20px; max-height: 20px; }
.product-image-top-block a { 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
    min-width: 140px;

}
.product-image-top-block a.adisc {
    font-size: 16px;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    border: solid 0.5px rgba(0, 0, 0, 0.2);
    background-color: #57a0c6;
}

.product-image-top-block a.acamp { 
    border: solid 0.5px #ff5d60;
    background-color: #ff5d60; 
}

.product-image-top-block a.anew { 
    border: solid 0.5px #57a0c6;
    background-color: #57a0c6; 
}

.product-image-top-block a.astock { 
    border: solid 0.5px #ff5d60;
    background-color: #ff5d60; 
}

.product-image-top-block a.aday { 
    border: solid 0.5px #5c8ab8;
    background-color: #5c8ab8;
}

.product-image-top-block a.afast { 
    border: solid 0.5px #5c8ab8;
    background-color: #5c8ab8; 
}

.product-image-top-block a.aup { 
    border: solid 0.5px #57a0c6;
    background-color: #57a0c6; 
}

.product-image-top-block a:hover,
.product-image-top-block a:focus { text-decoration: none; }


.card-img { position: absolute;
    right: 2px;
    bottom: 2px; }
.card-img img { height: 50px; }

#v2-basket-buttom { 
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px;
  background: #57a0c6;
  z-index: 999 !important;
}
.v2-basket-buttom-row-2 { display: none; }
.v2-basket-buttom-row { display: flex;
    align-items: center; }
.v2-bb-left { 
 font-size: 24px;
  font-weight: 500;
  color: #fff;
 }
 .v2-bb-left2 { 
  font-size: 16px;font-weight: 400;
  color: #fff;
}
.v2-bb-right-text {   
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  color: #fff;
 }
.v2-bb-right-price { 
  text-align: right; 
}
.v2v3 .v2-bb-old-price { display: block; font-size: 14px; text-decoration: line-through; margin-right: 0px;text-align: right; }
.v2v3 .v2-bb-new-price { display: block; font-size: 16px; text-decoration: line-through; text-align: right; }
.v2v3 .v2-bb-right-price { text-align: right; width: 100%; }
.v2v3 .v2-bb-right-text { padding-right: 15px; text-align: center; width: 100%; margin-bottom: 5px; display: flex; justify-content: flex-end; align-items: center; }
.v2v3 .row3 { width: 100%; margin: 0px auto; justify-content: space-between; display: flex; align-items: center; }

.v2v3 .v2v3row3f1 {  }
.v2v3 .v2v3row3f2 {  }

.multprice {  font-weight: 500; color: #fff; text-align: center; border-radius: 8px; border: solid 1px #fff; HEIGHT: 100%; }
.multpriceText { font-size: 10px; display: block; line-height: 20px;  }
.multpricePrice { font-size: 20px; display: block; line-height: 26px; }

.v2-bb-old-price {   
  font-size: 24px;
  font-weight: 300;
  text-align: right;
  margin-right: 15px;
  text-decoration: line-through;
  color: #fff; }
.v2-bb-new-price {   font-size: 24px;
  font-weight: 600;
  text-align: right;
  color: #fff; }
.v2-basket-buttom-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #57a0c6;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #fff;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.v2-basket-buttom-link img { margin-right: 5px; }
.v2-basket-buttom-link:hover,
.v2-basket-buttom-link:focus { text-decoration: none; color: #57a0c6; }

.vwf23d { border-color: transparent !important; }
.border-color-transparent { border-color: transparent !important; }

.bbr-1 {}
.bbr-2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.bbr-3 { text-align: right; }

.v2-begenEkle {     
  background-color: #fff !important;
  border-radius: 15px !important;
  padding: 10px !important;
  height: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px !important;
  top: 15px !important; 
}

.urundetay-v2-alert-group {}
.urundetay-v2-alert-group .div1 { padding: 5px 15px; text-align: center; }
.urundetay-v2-alert-group .div2 { padding: 5px 15px; }
.urundetay-v2-alert-group .v2ag-1 { display: flex; align-items: center; justify-content: center; flex-direction: row;
    border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); border: solid 1px #5c8ab8; background-color: #fff; margin: 15px auto; padding: 0px; }
.urundetay-v2-alert-group p { border-bottom: 1px dotted #738fb2; padding: 10px 0px; margin: 0px auto; }
.urundetay-v2-alert-group p:last-child { border: none; }
.urundetay-v2-alert-group a { font-size: 14px; color: #2a373a; font-weight: 500; }
.urundetay-v2-alert-group a:hover,
.urundetay-v2-alert-group a:focus { text-decoration: none; }
.urundetay-v2-alert-group img { max-width: 80%; }
.urundetay-v2-alert-group .v2ag-2 { display: flex; align-items: center; justify-content: center; flex-direction: row;
    border-radius: 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); border: solid 1px #7fbf35; background-color: #fff; margin: 15px auto; padding: 0px; }
.urundetay-v2-alert-group .v2ag-2 img { max-width: 100%; }


.product-extras-mobile { display: none; }
#accordion { margin: 20px auto; }
#accordion.panel-group2 {  border: 1px solid rgba(115, 143, 178, 0.2); border-radius: 15px; padding: 5px; }
#accordion.panel-group3 {  border: 1px solid #57a0c6; border-radius: 15px; padding: 5px; }
#accordion.panel-group3 .v2-adres-fg {  padding-left: 0px; }

#accordion .card-date { display: inline-block;
    width: auto; margin-right: 15px; float: none;
    width: 110px;
     }
#accordion .v2-adres-fg small { font-size: 15px;  font-weight: 500; text-decoration: underline;  color: #57a0c6; }
#accordion .panel, #accordion .panel-heading, 
#accordion panel-title, #accordion .panel-body {
   border: 0;
}
 #accordion .panel {
   box-shadow: none;
   background-color: transparent;
   border-bottom: 1px solid rgba(115, 143, 178, 0.2);;
   font-weight: 400;
}
#accordion.panel-group3 .panel { border-bottom: 1px solid #57a0c6; border-radius: 0px;
    padding: 5px 0px;}

 #accordion .panel  .urundetay-v2-cargo { color: #2a373a; font-weight: 400; }
 #accordion .panel .panel-heading {
   background-color: transparent;
   border-radius: 0;
}
 #accordion .panel:last-child { border: none; }
 #accordion .panel .panel-heading .panel-title a {
   text-decoration: none;
   display: block;
   width: 100%;
   line-height: 26px;
}

 #accordion .panel .panel-heading .panel-title a span {
   float: right;
}
#accordion .panel .panel-heading .panel-title a span:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='transform: rotate(180deg); transform-origin: 50%25 50%25;' d='m2.5 5.833 7.5 7.5 7.5-7.5' stroke='%2357A0C6' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#accordion .panel .panel-heading .panel-title a.collapsed span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.5 5.833 7.5 7.5 7.5-7.5' stroke='%2357A0C6' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
 
.address-page-title {  font-size: 17px;  font-weight: 500;  text-align: left;  color: #2a373a; margin-bottom: 15px; }
.address-page-title-blue {  font-size: 20px;  font-weight: 500;  text-align: left;  color: #738fb2; margin-bottom: 15px; }
.address-page-radio-group { display: inline-block;
    font-size: 17px;
    text-align: left;
    color: #2a373a;
    margin-right: 50px; }
.address-page-radio-group-2 {
    font-size: 17px;
    text-align: left;
    color: #2a373a; }
.brdrb-1 { border-bottom: 1px solid rgba(115, 143, 178, 0.2); padding-bottom: 15px; }

.basket-block-limit { padding: 15px; border-radius: 8px;  border: solid 1px rgb(115, 143, 178, 0.3);}
.basket-block { width: 80%; display: inline-block; }
.basket-block-limit .v2-col-image { width: 15%; display: inline-flex; align-items: center; justify-content: center; }
.basket-block .v2-col-desc,
.basket-block .v2-col-measure { font-size: 13px; font-weight: 400;}
.basket-block .v2-col-title { font-size: 16px; }
.basket-block .mbl-basket-block-bottom {  }
.basket-block .mbbb-col-60 { display: inline-block; width: 60%; }
.basket-block .mbbb-col-40 { display: inline-block; width: 37%; text-align: right; }

.basket-block-limit .table-prices { margin: 5px auto;
    width: 100%;
    float: none;
    text-align: left; }

.basket-block-limit .table-prices .prices { font-weight: 600; }
.basket-block-limit .table-prices td { padding: 5px 15px; }
.payment-page-desc { padding: 15px; font-size: 17px; line-height: 1.65; text-align: left; color: #2a373a; font-weight: 400; }
.payment-page-desc p { margin-bottom: 5px; }

.v2-adres-fg { }
.v2-adres-label {  font-size: 15px; font-weight: 500; color: #738fb2;     display: flex;    align-items: center; padding-left:10px }
.v2-adres-label svg { margin-right: 5px; }
.v2-adres-text { font-size: 15px;  color: #738fb2; }
button[type=submit].btn-adres {
  width: 100%;
  max-width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #5c8ab8;
  margin-top: 30px;
  display: block; }


.v2-yeni-adres-ekle { 
  padding: 20px 16px;
  border-radius: 8px;
  border: solid 1px rgba(115, 143, 178, 0.2);
  background-color: #fff;
  min-height: 144px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.v2-yeni-adres-ekle a { display: block; width: 100%; text-align: center; } 
.v2-yeni-adres-ekle span { 
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #5c8ab8;
  text-decoration: underline;
}
.v2-adres-blok {
  padding: 20px 16px;
  border-radius: 8px;
  border: solid 1px rgba(115, 143, 178, 0.2);
  background-color: #fff;
  min-height: 144px;
  font-weight: 400;
}
.v2-adres-blok-default { background-color: rgba(87, 160, 198, 0.05);border-radius: 8px;  border: solid 1px #5c8ab8; }
.v2-adres-blok-up { margin: 5px auto; }
.v2-adres-blok-up .address-page-radio-group-2 { display: inline-block; width: 75%; }
.v2-adres-blok-up .address-page-radio-group-2 label { font-size: 15px;  color: #738fb2;}
.v2-adres-blok-up a { display: inline-block; width: 20%; text-align: right; font-size: 15px; line-height: 20px; font-weight: 500;  text-decoration: underline;  color: #57a0c6; }
.v2-adres-blok-title { font-size: 15px; text-align: left; color: #2a373a;  display: flex; align-items: center; }
.v2-adres-blok-title svg { margin-right: 5px; }
.v2-adres-blok-phone {  font-size: 13px; color: #2a373a; display: flex; align-items: center; justify-content: flex-end; }
.v2-adres-blok-adres { font-size: 15px; margin: 15px auto;  text-align: left; color: #2a373a; }




.siparis-tb-w-a { float: right; }
.siparis-tb-w-a svg {  }
.siparis-tb-w-a svg path { fill: #57A0C6; }

.order-process #accordion .panel .panel-heading .panel-title a span { background-color: #5c8ab8; border-radius: 50%; padding: 2px; height: 26px; width: 26px; border: 1px solid #fff; border-radius: 50%; }
.order-process #accordion .panel .panel-heading .panel-title a.collapsed span { background-color: #fff; border-color: #5c8ab8; padding: 3px 2px; }

.order-process #accordion .panel .panel-heading .panel-title a.collapsed span:after { background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.5 5.833 7.5 7.5 7.5-7.5' stroke='%235c8ab8' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
.order-process #accordion .panel .panel-heading .panel-title a span:after {  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='transform: rotate(180deg); transform-origin: 50%25 50%25;' d='m2.5 5.833 7.5 7.5 7.5-7.5' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }



.mbl-basket-block { display: none; }
.fancybox-overlay { z-index: 9999999999; }
.fancybox-opened {  z-index: 9999999999; }
.fancybox-inner { overflow-x: hidden !important; }
.fancybox-close { right: 30px !important; top: 15px !important; background-color: #f5fafe !important; border-radius: 50% !important; color: #57a0c6 !important; }





.mfb-head { display: flex; align-items: center; justify-content: space-between; text-align: center; }

.my-filter-order { display:none; }

.my-filter-btn { font-size: 16px; font-weight: 500; color: #5c8ab8; padding:15px; display:block; }
.my-filter-btn img { width: 20px; margin-right: 5px; }
.my-filter-btn:hover,
.my-filter-btn:focus { color: #5c8ab8; text-decoration: none; }
.my-filter-btn-order {
    border: 1px solid transparent;
    background-repeat: no-repeat;background-size: 24px 24px;background-position: calc(100% - 15px) 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 4.667 6 6 6-6' stroke='%2357A0C6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dropdown.open .my-filter-btn-order {
    border: 1px solid #57A0C6;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' style='transform: rotate(180deg); transform-origin: 50%25 50%25;' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 4.667 6 6 6-6' stroke='%2357A0C6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}

.my-count-text { font-size: 14px; color: #a2a2a2; }

.my-filter-dropdown-menu {  
    top: 96%;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    background: #FFFFFF;
    border: 1px solid #57A0C6;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
    box-shadow: none;
}

.panel-heading-top-0 { padding-top:0px !important; }

.v2-btn-filter-o {  }
.v2-btn-filter-c { border: solid 1px #5c8ab8; border-top-left-radius: 8px; border-top-right-radius:8px }

.card-item-group .mygroup-sablons .owl-dots { 
    bottom: 20px !important;
    top: auto !important;
    height: calc(100% - 20px) !important;
}

.mygroup-sablons .owl-dots .owl-dot span{
    background: #fff;
    width: 20px;
    height: 7px;
    display: inline-block;
    border: 0.1px solid #748db182;
    left: 0;
    margin: 0 5px;
    bottom: 5px;
    position: absolute;
}
.mygroup-sablons .owl-dots .owl-dot.active span {
    background: #5787b5;
    border: 0.1px solid #748db182;
}

.mygroup-sablons .owl-dots {
    height: 100%;
    position: absolute;
    top: 0;width: 100%;
}
.mygroup-sablons .owl-dots .owl-dot {
    height: 100%;
    position: relative;
    width: 30px;
}

.mygroup-sablons {}
.owl-nav {  }
.owl-nav button {}
.owl-prev {  }
.owl-prev span {  }
.owl-prev.disabled {  }
.owl-next { }
.owl-next span {  }
.owl-next.disabled {  }

.relative:hover .my-owl-nav { display:block; }
.my-owl-nav {
    display: none;
    position: absolute;
    left: 7px;
    bottom: 7px;
    z-index: 1;
}
.my-owl-nav span {
    background: transparent;
    margin: 0px 3px;
    padding: 0px;
    display: inline-block;
}

.my-owl-nav span:hover {
    cursor: pointer;
}


.v2-share-blog { margin-bottom:50px }
.share-new-blog { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; 
    border: solid 0.5px rgba(87, 160, 198, 0.2); border-radius:8px }
.share-new-blog .col-xs-3 {  }
.snb:last-child { border:none; }
.snb { display: flex; align-items: center;  justify-content: center;  padding: 10px 10px; border-right: 0.5px solid rgba(87, 160, 198, 0.2);  }
.snb a { height:24px }
.snb svg { height:24px }

.wrapflex { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.my-border-box { padding: 16px 20px; height: 100%; width: 100%;
  border-radius: 8px;
  border: solid 1px rgba(115, 143, 178, 0.2);
  background-color: #fff; float:left; }

.pirlanta-table th { width:calc( 100% / 7); font-size: 16px !important; font-weight: 500 !important;}
.pirlanta-table td { font-size:13px !important; font-weight:400 !important; }

.standart-table th { font-size: 16px !important; font-weight: 500 !important;}
.standart-table td { font-size:13px !important; font-weight:400 !important; }

.uh-title{ font-size: 30px; font-weight: bold; line-height: 0.8; text-align: center; color: #5c8ab8; }
.uh-text{ font-size: 16px; line-height: 1.56; text-align: center; color: #2a373a; }
.uh-content { padding: 30px 50px; }

#v2cat-list { padding:50px 0px }
.v2-maincat { 
    width: 19%;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}
.v2-maincat a,
.v2-maincat a:hover,
.v2-maincat a:focus { text-decoration:none; }
.v2-maincat-img { border: solid 1px #5c8ab8; border-radius: 50%; margin-bottom:25px; overflow:hidden; }
.v2-maincat-img img { max-width:100%; }
.v2-maincat-title { font-size: 16px; line-height: 1.56; text-align: center; color: #000; font-weight: 400; }

#v2cat-tab { padding:50px 0px 0px 0px; text-align: center; }
#v2cat-tab .nav-tabs { display: flex; align-items: center; justify-content: center;border: none; }
#v2cat-tab .nav-tabs li { font-size: 18.7px; font-weight: 500; text-align: center;margin: 0px -1px; color: #a2a2a2; }
#v2cat-tab .nav-tabs li a { border: none; color: #a2a2a2; padding: 20px; border-bottom: 1px solid #5c8ab8; }
#v2cat-tab .nav-tabs li a:hover,
#v2cat-tab .nav-tabs li a:focus { color: #5c8ab8; text-decoration:none;background:transparent; }
#v2cat-tab .nav-tabs li.active a { color: #5c8ab8; font-weight:bold; border-bottom:4px solid #5c8ab8; background:transparent; }
#v2cat-tab .tab-content { padding:50px 0px }


.v2-filter-body-mobil-head { display:none; }

.v2-btn-filter { }
.v2-btn-filter:hover,
.v2-btn-filter:focus { color: #5c8ab8; text-decoration: none; }
.v2-btn-filter-o2 { display: none; }
.v2-filter-body-mobil { display: none; }
.v2-filter-body-order { display: none; }
.ct-l { position:relative; }
.ctt-l { position:sticky; top:20px;z-index:99; background:#fff }
.ct-r { padding:0px; display: block; }
.d-flexx { display: flex; align-items: center; justify-content: center; }
.v2-filter-body { display: none; padding: 15px 0px; border: 1px solid #f5fafe; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.v2-filter-body-open { display: block; border: solid 1px #5c8ab8; }

.v2-filter-body .form-group { margin-bottom: 0px; }
.px-3 { padding: 0px 25px; }

.v2-filter-body .panel-group { margin: 0px !important; }
.v2-filter-body .panel-heading { border: 1px solid #f5fafe; padding: 15px; border-radius: 0px; }
.v2-filter-body .panel-collapse { border: 1px solid #f5fafe; padding: 15px; }
.v2-filter-body .panel-title {   font-size: 16px; line-height: 2; color: #2a373a; font-weight: 400; }

.v2h2relate { font-weight: normal !important;
    font-size: 32px !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4.57px;
    text-align: center;
    color: #2a373a;
    margin-top: 0px;
    text-transform: uppercase; }
.mb-1 { margin-bottom: 15px; display: flex; }
.mb-20 { margin-bottom: 20px; display: flex; }
.mb-25 { margin-bottom: 25px; display: flex; }
.mb-30 { margin-bottom: 30px; display: flex; }
.v22product-box { border:none; margin-bottom: 30px; height:auto; }
.fxx3 { display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
.v2-btn-filter-2, .v2-btn-sort-2 { display: none; }
button.apply-link {  padding: 16px;
  border-radius: 8px;
  background-color: #57a0c6;  font-size: 16px; border: 1px solid #57a0c6; border-radius: 8px;
  font-weight: 600; height: auto; width: 100%;
  color: #fff; }

button.apply-link2 {  padding: 16px;
  border-radius: 8px;
  background-color: #fff;  font-size: 16px; border: 1px solid #57a0c6; border-radius: 8px;
  font-weight: 600; height: auto; width: 100%;
  color: #57a0c6; }

button.apply-link:hover,
button.apply-link:focus { text-decoration: none; color: #fff; }
button.apply-link2:hover,
button.apply-link2:focus { text-decoration: none; color: #57a0c6; }


.v2-redgift-box { padding: 25px 25px 45px 25px; border-radius: 10px; border: solid 0.5px #ff5d60; background-color: #fff; margin-bottom: 15px; clear: both; }
.v2-redgift-box-title { font-size: 20px; font-weight: 600; text-align: center; color: #ff5d60; margin-bottom: 15px;  }
.v2-redgift-box-text { font-size: 14px; text-align: center;  }
.v2-redgift-box-text p { font-size: 14px; text-align: center; line-height: 1.5; margin-bottom: 5px; font-weight: 500; }
.v2-redgift-box-text a,
.v2-redgift-box-text a:hover,
.v2-redgift-box-text a:focus { font-weight: bold; color: #ff5d60; text-decoration: none; }
.v2-redgift-box-bar { margin: 15px auto;     padding: 15px 50px; }

.v2-progress { border: 1px solid #ff5d60; background-color: #fff; height: 8px; width: 100%; border-radius: 4px; position: relative; }
.v2-progress-bar { width: 100%; height: 8px; background: #ff5d60; border-radius: 4px; }
.v2-progress-bar-gift1 { position: relative; left: calc(50% - 55px); top: -24px; width: 110px; 
    display: inline-flex; align-items: center; justify-content: center; flex-direction: column; }
.v2-progress-bar-gift2 {  position: relative; left: calc(100% - 165px); top: -24px; width: 110px; 
    display: inline-flex; align-items: center; justify-content: center; flex-direction: column; }
.v2-progress-bar-gift-img { border: 1px solid #ff5d60; border-radius: 50%; width: 40px; height: 40px; background: #fff; margin-bottom: 15px;
    display: flex; align-items: center; justify-content: center; }
.v2-progress-bar-gift-img img { width: 24px; }
.v2-progress-bar-gift-text { width: 112px; font-size: 14px; font-weight: 600; text-align: center; color: #ff5d60; }

.v2-progress-bar-gift1.active .v2-progress-bar-gift-img { background: #ff5d60; }
.v2-progress-bar-gift2.active .v2-progress-bar-gift-img { background: #ff5d60; }
.v2-progress-bar-gift1.active .v2-progress-bar-gift-img img { filter: brightness(100); }
.v2-progress-bar-gift2.active .v2-progress-bar-gift-img img { filter: brightness(100); }


.help-block { margin: 0px auto; }
.has-error { margin: 0px auto; }
.has-success { margin: 0px auto; }
.has-error::placeholder { color: #ff453a; }
.required-item-text.has-error { border-color: #ff453a; background-image: url(../images/warning.png); background-position: calc(100% - 15px) 50%; background-repeat: no-repeat; background-size: 16px; }
.required-item-select.has-error { border-color: #ff453a; 
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 4.667 6 6 6-6' stroke='%23ff453a' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}


.required-item-label.has-error,
.required-item-label.has-error a,
.required-item-label.has-error a:hover,
.required-item-label.has-error a:focus { color: #ff453a; }

.required-item-label.has-error:before { border-color: #ff453a !important; }
.required-item-checkbox.has-error { border-color: #ff453a !important; }
.required-item-radio.has-error { border-color: #ff453a !important; }

.required-item-text.has-error:hover,
.required-item-text.has-error:focus,
.required-item-select.has-error:hover,
.required-item-select.has-error:focus,
.required-item-checkbox.has-error:hover,
.required-item-checkbox.has-error:focus,
.required-item-radio.has-error:hover,
.required-item-radio.has-error:focus { border-color: #ff453a !important; }



@media (max-width: 1200px) {
	.v2-uyelik-header-content { font-size: 24px; padding: 30px 15px; }
    #v2-content-bread .vcb-link { padding: 0px 5px; }
    #v2-content-bread .row-bread .col { min-width: auto; align-items: center; justify-content: center; display: flex; }
    .iban-blog span { display: block; }
}

@media (max-width: 992px) {
    .urundetay-v2-set > .row { flex-direction: column; }
    .set-item { margin-bottom: 15px; }
    .set-item-img img { width: auto; max-height: 80px; }

    #v2-uyelik-header { padding: 120px 35px 35px 35px; }
    .v2-alert-log { display: block; }
    .v2-alert-log a { display: inline; padding: 0px; }

    .v2-basket-buttom-row { flex-direction: column; text-align: center; }

    .breadcrumb li a { font-size: 8px; }

    .vgb2-content .vgb2-col-6:first-child { border-color: transparent; }

    #v2-basket-buttom { background: #57a0c6;}
    .v2-basket-buttom-row { display: none; }
    .v2-basket-buttom-row-2 { display: block;  }
    .v2-basket-buttom-row-2 .multprice { width: 100%; }
    .v2-basket-buttom-row-2 .v2-bb-right-text { text-align: center; }
    .thro { text-decoration: line-through; }
    .v2-basket-buttom-row-2 .col-6 { width: 49%; display: inline-flex; margin-bottom: 15px; align-items: center; justify-content: center; flex-direction: column; }
    .v2-basket-buttom-row-2 .col-12 {
    width: 100%;
    clear: both;
    display: block;}
    .v2-bb-right-text { text-align: left; color: #fff; font-size: 16px; font-weight: 400; } 
    .v2-bb-right-price { text-align: left; color: #fff; }
    .v2-bb-old-price { color: #fff; font-size: 14px; }
    .v2-bb-new-price { color: #fff; font-size: 16px; }
    .v2-basket-buttom-link { color: #57a0c6; background-color: #f5fafe; padding: 16px 8px; }
    ._hj_feedback_container ._hj-3ZiaL__MinimizedWidgetBottom__container { bottom: 90px !important; }

    .ready-block { padding: 25px 15px; }
    .ready-block-title { font-size: 16px; }
    .ready-block-desc { font-size: 14px; }
    .ready-block-code { margin: 35px auto; }
    .uhc-alert { font-size: 14px; text-align: left; margin: 25px auto; }
    #v2banner-head-up { margin: 15px; }
    #v2banner-head-up .panel-body { padding-left: 0px; margin-left: 0px; font-size: 14px; }

    .v2sc-img img { max-width: 100% !important; }
    .v2sc-card-content > .row .col img { max-width: 100% !important; padding: 0px 15px; }
    .v2scimg-blog { display: flex;    align-items: center;    justify-content: center;}
    .uhc-alertv2 { max-width: 85%; top: 5%; }
    .v2sc-card-content { margin-left: -15px; margin-right: -15px; border-radius: 0px; }
    .v2sc-card-content2-desc p {margin-bottom: 0px;}

    .v2-maincat { width:24%; }
    .uh-title { font-size:16px; }
    .uh-text { font-size:12px; }
}

@media (max-width: 768px) {
	.v2-uyelik-header-content > .row { display: block; text-align: center; }
	#v2-uyelik-header .col-sm-12 { width: 100%; max-width: 100%; }
	.btn.v2-btn-submit { font-size: 16px; }
    .loginpageo12 { display: flex; align-items: center; justify-content: center; flex-direction: row; }
    .loginpageo.btn.v2-btn-submit.v2-btn-submit-facebook, .loginpageo.btn.v2-btn-submit.v2-btn-submit-google { min-width: 150px; margin: 15px 5px; padding: 15px 5px; font-size: 14px; }
    .hbtnsbHeaderSbmt a { min-width: 150px; margin: 15px 5px; padding: 15px 5px; font-size: 14px;  }
    .hbtnsbHeaderSbmtXs { padding: 15px 5px;}
    .v2-uyelik-fg2 { padding: 0px; }
    .mbv2-uyelik-fg2-15 { margin-bottom: 15px; }
    .mbblockclearboth { display: block; clear: both; }
	.shopping-cart .table-prices { width: 100%; }
	.shopping-cart .continue-purchase.basketsubmita { font-size: 16px; padding: 8px 16px; }

    .shopping-cart .v2-order-process { padding: 10px 15px; }
    .order-process .shopping-steps li { display: inline-flex;  font-size: 9px; font-weight: 500;    align-items: center;
    justify-content: center;}
    .order-process .shopping-steps li.active { display: inline-flex; }
    .shopping-cart li.v2-shopping-steps-li.active { font-weight: 600; }
    .shopping-cart li.v2-shopping-steps-li:before { top: 30px; }
    .order-process-top { border-color: transparent; }
    .shopping-cart { padding: 15px; }
    .v2-col-title  { font-size: 10px; }
    .v2-col-desc  { font-size: 9px; }
    .v2-col-measure { font-size: 9px; }
    .v2-col-qty { font-size: 9px; display: none; }
    .v2-old-price { font-size: 10px; }
    .v2-new-price { font-size: 10px; }
    .product-for-gtm svg { width: 16px; }

    .mbl-v2-col-qty { display: inline-flex; margin-right: 15px; }
    .basket ul.gift_cheque { width: 100%; max-width: 100%; }
    .insreturntoback { display: none; }

    .urundetay-v2-dflexaligncenter { flex-direction: column; }
    .urundetay-v2-gift-box { flex-direction: column; text-align: center; justify-content: center; align-items: center; }
    .urundetay-v2-gift-box { padding: 15px 15px 15px 15px; background-position: 102% 0%;     background-image: url(../img/mbl-gift-ico-v2.jpg); }
    .urundetay-v2-gift-left { padding-right: 80px;  }
    .urundetay-v2-gift-title { font-size:16px; text-align: left; }
    .urundetay-v2-gift-content { font-size: 14px; text-align: left; }
    .urundetay-v2-gift-right { padding-left: 0px; }
    .urundetay-v2-gift-right img { max-width: 100%; }

    .product-thumbs { display: none !important; }
    .detay-sablons .owl-dots .owl-dot { width: 6px !important; height: 6px !important; border-radius: 50%; background: rgb(232, 240, 254) !important; border-color: rgb(232, 240, 254) !important; }
    .detay-sablons .owl-dots .owl-dot.active { width: 8px !important; height: 8px !important; border-color: rgb(115, 143, 178) !important; background-color: rgb(115, 143, 178) !important; }

    .urundetay-v2-dflexaligncenter { align-items: flex-start; }
    .mb-pl-0 { padding-left: 0px; }
    .urundetay-v2-set { border-color: rgb(87,160,198); margin-bottom: 0px; padding: 0px; }
    .set-item-submit > .row { width: 100% ; }
    .set-item-submit > .row > .col-md-6 { width: 50%; display: inline-block; }
    .set-item-submit > .row > .col-md-6:last-child { text-align: right; }

    .set-item > .row > .col-md-6 { width: 30%; display: inline-block; }
    .set-item > .row > .col-md-6:last-child { width: 70%; display: inline-block; }

    .set-item-submit.ml-15 { margin-left: 0px; margin-bottom: 0px; padding: 8px 0px 0px 0px;}
    .set-item { border-bottom: 1px solid #ddd; padding: 8px 16px; margin-bottom: 0px;}
    .set-item-submit { border-bottom: none; }
    .btn.btn-set-item { width: 100%; background: #57a0c6; color: #fff; border-color: #57a0c6; font-size: 16px; padding: 8px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
    .set-item-price { width: 35%; display: inline-block; float: left; }
    .set-item-select { width: 50%; display: inline-block; float: right; margin-top: 5px; }
    .urundetay-v2-select2 { padding: 8px 3px; }

    .shopping-cart .table-prices td .prices { text-align: right; }

    .urundetay-v2-product-extras {display: none;}
    .product-extras-mobile { display: block; }


    .v2-uyelik-fg .v2-form-select { -webkit-appearance: none !important;  box-shadow: none !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 4.667 6 6 6-6' stroke='%2357A0C6' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-size: 10px 10px;background-position: calc(100% - 15px) 50%; }

    input {-webkit-appearance: none !important;  box-shadow: none !important;}

    .yoy-title { font-size: 12px; text-align: left; }
    .fancybox-close {right: 10px !important; top: 5px !important;}

    .vbh-row { justify-content: center; flex-direction: column; align-items: center; text-align: center; }
    .vbh-img img { height: 200px; width: 100%; object-fit: contain; }
    .vbh-row-link { display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        flex-direction: row;
        z-index: 1;
        /* right: 0; */
        /* left: 0; */
        width: 100%;
    }
    .vbh-row-link a.vbh-a:first-child { justify-content: flex-start; }
    .vbh-row-link a.vbh-a:last-child { justify-content: flex-end; }
    .vbh-r { display: none; }

    /* #v2banner-breadcrumb { display: none; }*/ 
    .vbh-bread { font-size: 14px; }

    .v2h2relate { letter-spacing: 1px; font-size: 20px !important; }
    .dflx100 .product-box .topbar { padding: 8px; font-size: 12px; }
    .dflx100 .product-box img { height: 200px; }
    .dflx100 .product-box { min-height: auto; }
    .dflx100 .product-box .pricev2 { font-size: 16px; }
    .v2-btn-filter-o { display: none; }
    .v2-btn-filter-o2 { display: flex; width: 100%; align-items: center; justify-content: center; border-radius: 8px; margin: 0px 8px; }
    .ct-l { margin-bottom: 15px; }
    .ctt-l { position:relative; top:0 }
    .mfb-head { display:none; }

    .v2-filter-body-open { display: block; position: fixed; top: 0; height: 100vh; width: 100%; background: #fff; z-index: 9999999999;padding: 0px; overflow-y: auto;left:0; }
    .v2-filter-body-mobil { background: rgb(245,250,254); padding: 15px 10px; display: flex; align-items: center; justify-content: space-between; flex-direction: row; color: #fff; }
    .v2-filter-body-mobil a.v2fbm-close,
    .v2-filter-body-mobil a.v2fbm-close:hover,
    .v2-filter-body-mobil a.v2fbm-close:focus { color: rgb(42,55,58); text-decoration: none; font-size: 16px; font-weight: 600; }
    .v2-filter-body-mobil a.v2fbm-reset,
    .v2-filter-body-mobil a.v2fbm-reset:hover,
    .v2-filter-body-mobil a.v2fbm-reset:focus { color: rgb(87,160,198); text-decoration: underline; font-size: 14px; font-weight: 600; }
    .v2-filter-body-mobil a.v2fbm-close2,
    .v2-filter-body-mobil a.v2fbm-close2:hover,
    .v2-filter-body-mobil a.v2fbm-close2:focus { color: rgb(42,55,58); text-decoration: none; font-size: 16px; font-weight: 600; }
    .v2-filter-body-mobil a.v2fbm-reset2,
    .v2-filter-body-mobil a.v2fbm-reset2:hover,
    .v2-filter-body-mobil a.v2fbm-reset2:focus { color: rgb(87,160,198); text-decoration: underline; font-size: 14px; font-weight: 600; }
    button.apply-link2 { display: none; }
    .dsdff-x { display: none; }
    .v2-filter-body-order-open { display: block; position: fixed; top: 0; height: 100vh; width: 100%; background: #fff; z-index: 9999999999;padding: 0px; overflow-y: auto;  }
    .v2-filter-body-order-close { display: none; }
    .v2-btn-filter-2, .v2-btn-sort-2 { display: flex; }
    .v2-btn-filter-c { display: none; }

    .table-prices-border { display: block; width: 100%; float: left; }

    .v2-redgift-box { padding: 15px 10px 45px 10px; margin-bottom: 15px; }
    .v2-redgift-box-title { font-size: 16px; }
    .v2-redgift-box-text p { font-size: 12px; }
    .v2-redgift-box-bar { padding: 15px; }
    .v2-progress-bar-gift-img {  }
    .v2-progress-bar-gift-text { width: 60px; font-size: 12px; }

    .v2-progress-bar-gift1 { left: calc(50% - 30px); width: 60px; }
    .v2-progress-bar-gift2 { left: auto; width: 60px; right: calc(-100% + 105px); }
    .v2-progress-bar-gift1.one-itemgfit1 { display: none; }
    .v2-progress-bar-gift2.one-itemgfit2 { left: calc(50% - 30px); width: 60px; right: 0px; }

    #accordion.row-bread-mobil { display: block; }
    #v2-content-bread .row-bread { display: none; }
    .row-bread-mobil { display: block; }
    .mbl-vcb-link-main { background: rgba(92, 138, 184, 1.0); color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 15px;
    display: flex; align-items: center; justify-content: center; border-radius: 15px; padding: 15px; }
    #accordion.row-bread-mobil .panel-title a { padding: 2px 5px;  }
    #accordion.row-bread-mobil .panel .panel-heading .panel-title a.collapsed span:after { margin-top: calc(50% - 5px); }
    #accordion.row-bread-mobil .panel-default { border: 1px solid rgba(92, 138, 184, 1.0); border-radius: 15px; }
    #v2-content-bread .vcb-link { padding: 5px; display: inline-flex; }
    #accordion.row-bread-mobil .form-group { margin-bottom: 0px; }

    .v2sc-img { padding: 24px; transform: none; }
    .v2sc-img img { max-width: inherit !important; } 
    .v2sc-desc { position: relative; top: -25px; padding: 24px; padding-top: 48px; }
    .v2sc-content > .row { margin: 0px auto; }
    .v2sc-2-desc-2 {display: none;}
    .iban-blog { height: auto; flex-direction: column; padding: 0px; margin-bottom: 24px; }
    .mbl-v2scimg-blog { display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border-bottom: solid 1px #5c8ab8;
        background-color: #fff;
        padding: 24px; width: 100%;
    }
    .mbl-v2scimg-blog img { max-width: 100%; }
    .mbl-bb { padding: 16px; }
    .copy-block { padding-left: 15px; }
    .v2sc-card-content2-desc { font-size: 14px; max-width: 90%; padding: 36px 18px  18px  18px; }
    .v2sc-card-content2-desc span { font-size: 16px; }
    #v2-support-content { margin-top: 15px; }
    .mobil-card-block-up { display: block; }
    .v2sc-card-content > .row.v2sc-card-content-hidden { display: none; }
    .ibr-1 { border-right: 1px solid rgba(115, 143, 178, 0.2);  padding: 0px 10px; }

    .v2sc-blog { margin-bottom: 24px; }

    #v2cat-tab { padding:15px 0px }
    #v2cat-list { padding:15px 0px }
    .v2-maincat { width: 32.5%; }
    #v2cat-tab .tab-content { padding:15px 0px }

    .v2-filter-body-mobil-head { display:flex; align-items:center; justify-content:center; flex-direction:row; }
    .v2-filter-body-mobil-head a { padding: 16px; border-radius: 8px; background-color: #fff;  font-size: 16px; border: 1px solid #57a0c6; border-radius: 8px; font-weight: 600; height: auto; width: 100%; color: #57a0c6; }
    .v2-filter-body-mobil-head a:hover,
    .v2-filter-body-mobil-head a:focus { text-decoration:none; }
    .panel-heading-top-0 { padding-top: 15px !important }

    .my-filter-order { display:block; }
    .my-owl-nav{ display:block; }
}

@media (max-width: 568px) {
    .basket ul.gift_cheque li.gift_cheque_code_1v2 { width: 100%; }
    .urundetay-v2-product-code  { font-size: 12px; }
    .urundetay-v2-product-name { font-size: 20px; }
    .vgb2-title { font-size: 16px; }
    .vgb2-content { display: block; line-height: 1.4; font-size: 13px; }
    .vgb2-col-6 { margin-bottom: 15px; padding: 0px; }
    .vgb2-content .col-3 { width: 30%; padding: 0px; }
    .vgb2-content .col-9 { width: 70%; padding-right: 0px; }
    .set-item-img img { max-width: 100%; }
    .set-item > .row > .col-md-6:last-child { padding-left: 5px !important; }
    .urundetay-v2-select2-x { background-size: 12px 12px; font-size: 9px; }
	.v2-basket-body-content { display: block; }
	.v2-col-image { display: inline-block;    width: 20%;    vertical-align: top; }
	.v2-col-detail {vertical-align: top;  display: inline-block; width: 68%; margin-bottom: 10px;}
	.v2-col-price { text-align: center; vertical-align: top;  display: inline-block;  width: 80%; }
	.v2-col-remove { text-align: center;  vertical-align: top; display: inline-block; width: 15%; }
	.v2-col-table { vertical-align: top; display: block;  }
	.remove-icon-1,.remove-icon-2 { padding: 8px; margin: 0x 5px; }
  .table-responsive tr th,
  .table-responsive tr td { padding: 2px !important; font-size: 9px; }
  .mbl-basket-none { display: none; }
  .mbl-basket-block { display: inline-block; width: 78%; vertical-align: top;}
  .v2-col-desc,
  .v2-col-measure { font-size: 10px; font-weight: 400;}
  .v2-col-title { font-size: 12px; }

  #v2-uyelik-header { padding: 120px 15px 15px 15px ; }
  .v2-uyelik-header-content { font-size: 20px; }
  .select_day,.select_month { margin-bottom: 15px; }

  .mbl-basket-block-bottom {  }
  .mbbb-col-60 { display: inline-block; width: 60%; }
  .mbbb-col-30 { display: inline-block; width: 25%; }
  .mbbb-col-10 { display: inline-block; width: 10%; }


  .v2-bb-left { font-size: 16px; }
  .v2-bb-left2 { font-size: 13px; }
  .v2-bb-right-text { font-size: 13px; }
  .v2-alert-log { margin: 15px auto !important; }
  .basket ul.gift_cheque li { width: 60%; }
  #form2 .gift_cheque_code_222 { width: 40%; }
  
  #accordion.panel-group3 .panel-body { font-size: 12px; }
  .basket-body .panel-group.pr-1 { padding: 0px; }
  #accordion.panel-group3 .panel-title { font-size: 12px; }
  #accordion.panel-group3 .v2-uyelik-fg .v2-form-label {font-size: 13px;}
  #accordion.panel-group3 .v2-uyelik-fg .v2-adres-label {font-size: 13px;}
  #accordion.panel-group3 .v2-uyelik-fg .v2-form-text { height: 40px; font-size: 10px; }
  #accordion.panel-group3 .card-date { width: 70px; }
  #accordion.panel-group3 .address-v2-select { height: 40px; padding: 5px 10px; font-size: 10px; }
  #accordion.panel-group3 .v2-adres-fg small {font-size: 13px;}
  #accordion.panel-group3 .checkLabel2  {font-size: 10px;}
  #accordion.panel-group3 button[type=submit].btn-adres { font-size: 13px; padding: 8px; margin-top: 0px; }

  #accordion h4.panel-title { font-weight: 500; }

  .v2-basket-body-item { padding: 5px; }
  .basket-block-limit .v2-col-image { width: 20%; }
  .basket-block { width: 77%; }
  .basket-block .v2-col-title { font-size: 12px; }
  .basket-block .v2-col-desc, .basket-block .v2-col-measure { font-size: 10px; }

  .basket-body > .col-md-6 { padding: 5px; }
  .basket-block-limit .table-prices td { padding: 0px; font-size: 14px; }
  .payment-page-desc {
      padding: 15px;
      font-size: 12px;
      line-height: 1.25;
      text-align: left;
      color: #2a373a;
      font-weight: 400;
      padding: 0px;
  }
  .basket-block-limit .table-prices { margin: 15px auto 5px auto; }
  .shopping-cart.mt-30 { margin-top: 0px; }


    #log3pop { width: 100%; padding: 50px 0px 0px 0px; }
    .log3title { margin-bottom: 15px; font-size: 14px; }
    .log3img { margin-bottom: 15px; }
    .log3ptext { margin-bottom: 15px; font-size: 12px; }
    .log3ptextc { margin-bottom: 15px; font-size: 12px; }

    .log3btn .btn-set-item,
    .log3btn .v2-btn-submit  {
        margin: 0px auto;
        width: 100%;
        padding: 16px 8px;
        height: auto;
        padding: 8px;
        font-size: 12px;
        border-radius: 8px;
    }

    #accordion.row-bread-mobil .panel-title a { font-size: 14px; }

    .v2-maincat { width: 49%; margin-bottom:0px }

}

@media (max-width: 380px) {
  .v2-redgift-box-text p { font-size: 10px; }
    .dflx100 .product-box .pricev2 { font-size: 13px; }
}
::selection {color: #ffffff;background-color: #738fb2;}
::-moz-selection {color: #ffffff;background-color: #738fb2;}
::-webkit-scrollbar-track {background-color: #eeeeee;}
::-webkit-scrollbar{width: 10px;height: 10px;}
::-webkit-scrollbar-thumb {cursor: pointer;background: #738fb2;border-radius: 0;}


/*
.product-single-right .product-sku.urundetay-v2-product-sku {
	font-size: 16px;
	text-align: left;
	color: #a2a2a2;
	margin-bottom: 15px;
}

.product-single-right .product-sku.urundetay-v2-product-sku span { 
	padding-left: 10px;
}

.product-single-right .no-stock.urundetay-v2-no-stock { 
	
}

.product-single-right .no-stock.urundetay-v2-no-stock i { 
	
}

.product-single-right .price-box.urundetay-v2-price-box { 

}

.product-single-right .price-box .sale-price.urundetay-v2-sale-price { 

}

.product-single-right .price-box .price.urundetay-v2-price {
	
}
*/