@charset "utf-8";

/*
  ************************************************************************
  *  STYLE
  ************************************************************************  
*/
html, body { height:100%; position: relative; }
body { color:#8d8d8d; font-size:15px; font-family: 'Ubuntu', sans-serif; }
.about-body { background-color:#e1e3e5; }
.about-header { padding-top:50px; padding-bottom:60px; }
.age-area { height:100%; margin-bottom:-140px; padding-bottom:140px; }
.age-area h1 { margin-top:0px; margin-bottom:10px; color:#000000; font-size:26px; font-weight:400; }
.age-area p { max-width:760px; margin-left:auto; margin-right:auto; color:#848a8e; font-size:14px; }
.age-question { padding:20px 0px; color:#f54f36; font-size:55px; }
.age-question a { color:#f54f36; cursor:pointer; }
.about-footer { height:140px; overflow:hidden; padding-top:40px; padding-bottom:40px; color:#ffffff; font-size:14px; background-color:#383a3b; }
.about-footer p { margin-bottom:0px; }

.swiper-container { width:100%; position:relative; }
.swiper-wrapper { background-image:url(/images/slide-1.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.swiper-slide { display:table; text-align:center; color:#ffffff; position:relative; z-index:0; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.swiper-slide .slide-text { max-width:1140px; display: table-cell; margin:0px auto; vertical-align:middle; position:relative; z-index:2; }
.swiper-slide p { margin-bottom:30px; padding-bottom:20px; color:#ffffff; font-size:22px; position:relative; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.swiper-slide p:after {  content: '';  width:100px;  height: 4px;  display: block;  position: absolute;  bottom: 0;  background-color: #fd806e;  left: 50%; margin-left: -50px; -webkit-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out; }
.swiper-slide h2 { margin-bottom:10px; color:#ffffff; font-size:70px; font-weight:700; }
.swiper-slide h3 { margin-top:0px; margin-bottom:40px; color:#ffffff; font-size:55px; font-weight:400; }
.swiper-slide a.btn { padding:10px 36px; color:#ffffff; font-size:20px; border-radius:2px; background-color:#f95e47; }
.swiper-slide:hover p:after { width:160px; margin-left: -80px; }
.swiper-button-next { color:#f95e47; font-size:54px; background:none !important; }
.swiper-button-prev { color:#f95e47; font-size:54px; background:none !important; }

.header { max-width:1360px; min-height:112px; margin:0px auto; position:relative; z-index:2; }
.header .loveeroticshop { display:inline-block; float:left; margin-top:27px; position:relative; z-index:2; }
.header .basket { padding:10px 0px; text-align:center; color:#ffffff; font-size:16px; border-radius:2px; background-color:#f95e47; }
.header .basket > i { margin-right:10px; }
.header .main-menu-btn, .header .search-btn, .header .menu-btn { color:#f95e47; font-size:16px; }
.header .search-area { visibility: hidden; opacity:0; position:absolute; box-shadow:0px 0 5px rgba(0, 0, 0, 0.35); background-color:#ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.header .search-area-active { visibility:visible; opacity:1; }
.header .search-area form .input-group .form-control { height:52px; padding:16px 16px; }
.header .search-area form .btn { padding:16px 16px; color:#fd806e; background-color:#ffffff; }
.header .menu-list { visibility: hidden; opacity:0; position:absolute; z-index:4; box-shadow:0px 0 5px rgba(0, 0, 0, 0.35); background-color:#ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
.header .menu-list-active { visibility:visible; opacity:1; }

.index-content { padding-top:50px; padding-bottom:0px; }
.index-content > h6 { margin-left:42px; margin-bottom:30px; color:#222222; font-size:20px; }
.category-list { overflow:hidden; clear:both; margin-bottom:20px; text-align:center; }
.category-list > li { max-width:555px; display:inline-block; overflow:hidden; margin-bottom:30px; text-align:left; color:#f94328; font-size:18px; border-radius:2px; position:relative; }
.category-list > li > a { display:block; overflow:hidden; }
.category-list > li > h4, .category-list > li > h5 { margin:0px; color:#616466; font-size:24px; font-weight:400; position:absolute; left:50px; top:100px; z-index:1; }
.category-list > li > h4 { color:#f95e47; font-size:32px; font-weight:700; top:135px; }
.category-list > li > span { position:absolute; right:36px; bottom:26px; z-index:1; cursor:pointer; }

.producst-list { overflow:hidden; clear:both; margin-bottom:20px; text-align:center; vertical-align:top; }
.producst-list > li { width:330px; display:inline-block; overflow:hidden; margin-bottom:30px; padding-bottom:25px; text-align:left; border:1px solid #e8e9e9; }
.producst-list > li .img-link { display:block; overflow:hidden; color:#8d8d8d; font-size:15px; }
.producst-list > li .img-link img { margin-left:auto; margin-right:auto; }
.producst-list > li .img-link span { height:70px; display:block; overflow:hidden; padding:15px 30px 10px 30px; }
.producst-list > li .price { display:inline-block; float:left; margin-top:6px; margin-bottom:12px; margin-left:30px; color:#f95e47; font-size:18px; }
.producst-list > li .price i { padding-left:5px; font-size:16px; }
.producst-list > li .cart { display:inline-block; float:right; margin-right:30px; padding:4px 14px; color:#f95e47; font-size:20px; border-radius:2px; background-color:transparent; }
.producst-list > li .cart:hover { color:#ffffff; background-color:#f95e47; -webkit-transition: all, 0.3s, ease-in-out;  -o-transition: all, 0.3s, ease-in-out;  transition: all, 0.3s, ease-in-out; }
.producst-list > li .sold-out { display:block; float:right; margin-top:6px; margin-right:30px; color:#222222; font-size:18px; }

.content-bottom { padding-bottom:30px; text-align:center; }
.content-bottom ul { overflow:hidden; margin-bottom:40px; padding-top:40px; color:#ffffff; font-size:15px; border-radius:2px; background-color:#f94328; }
.content-bottom ul > li { max-width:340px; display:inline-block; margin-bottom:40px; padding:0px 50px; }
.content-bottom ul > li > strong { display:block; margin-bottom:20px; font-size:18px; }
.content-bottom ul > li > i { font-size:42px; }
.content-bottom ul > li > p { margin-top:16px; margin-bottom:0px; }
.content-bottom .phone { overflow:hidden; color:#000000; font-size:20px; }
.content-bottom .phone i { padding:0px 16px; color:#f94328; font-size:24px; }

.footer { padding-top:60px; padding-bottom:50px; background-color:#383a3b; }
.footer .links { width:222px; float:left; margin-right:80px; border-right:1px solid #414243; }
.footer .links > li { margin-bottom:2px; }
.footer .links > li > a { display:block; color:#a8acaf; font-size:15px; }
.footer .links > li > a > strong { display:block; margin-bottom:16px; color:#1a1a18; font-size:18px; }
.footer .links > li > a:hover { color:#ffffff; }
.footer address { width:515px; float:right; clear:right; margin-bottom:35px; color:#a8acaf; font-size:15px; }
.footer p { width:515px; overflow:hidden; float:right; clear:right; color:#f95e47; font-size:19px;}
.footer p i { display:inline-block; float:left; margin-right:10px; font-size:31px; }
.footer p span { display:inline-block; float:left; padding-left:10px; line-height:31px; }
.footer button { width:40px; height:40px; color:#ffffff !important; position:absolute; right:15px; bottom:-60px; background-color:#f94328; }
.copyright { padding-top:36px; padding-bottom:56px; background-color:#e8e9e9; }
.copyright p { line-height:29px; }
.copyright ul { float:left; margin-left:15px; text-align:center; }
.copyright ul > li { display:inline-block; margin-right:6px; }
.copyright ul > li > a { width:32px; height:32px; display:block; color:#e8e9e9; font-size:18px; line-height:32px; border-radius:16px; background-color:#383a3b; }

/* Content Style */
.content-header { margin-bottom:40px; padding-top:14px; color:#ffffff; font-size:18px; font-weight:300; background-color:#f3efe9; }
.content-header ul { float:left; margin-bottom:14px; }
.content-header ul > li { display:inline-block; margin-right:16px; }
.content-header ul > li > i { margin-right:16px; color:#868686; font-size:12px; }
.content-header ul > li > a { color:#616466; font-size:15px; }
.content-header ul > li > a:hover { color:#f95e47; }
.content-header ol { float:right; margin-bottom:14px; }
.content-header ol > li { display:inline-block; }
.content-header ol > li > a { display:block; padding:4px 8px; color:#222222; font-size:14px; }

.container-area { padding-bottom:20px; }
.content-area {  }
.content-area > h1 { margin-top:0px; margin-bottom:20px; color:#222222; font-size:24px; }

.category-info { overflow:hidden; margin-bottom:15px; margin-left:40px; margin-right:40px; }
.category-info h1 { float:left; margin-top:0px; margin-bottom:10px; color:#222222; font-size:20px; }
.category-info ol{ float:right; margin-bottom:0px; }
.category-info ol > li { display:inline-block; margin-bottom:10px; padding:0px 10px; }
.category-info ol > li > a { display:block; color:#8d8d8d; font-size:15px; }
.category-info ol > li.active > a, .category-info ol > li > a:hover { color:#f95e47; }

.product-images { width:560px; float:left; margin-bottom:30px; position:relative; z-index:1; }
.product-images .large-images { height:420px; display:block; overflow:hidden; margin-bottom:0px; border:1px solid #e8e9e9; }
.product-images .large-images > li { width:100%; overflow:hidden; text-align:center; visibility:hidden; opacity:0; position:absolute; left:0px; top:0px; z-index:0; /*-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;*/ }
.product-images .large-images > li.active { position:relative; visibility:visible; opacity:1; z-index:1; }
.product-images .large-images li img { margin-left:auto; margin-right:auto; }
.product-images .product-pager-list { margin-bottom:0px; }
.product-images .product-pager-list > li { display:inline-block; margin-top:28px; text-align:center; border:1px solid #e8e9e9; cursor:pointer; }
.product-images .product-pager-list > li.active { border:1px solid #f9c5a9; }
.zoomContainer { overflow:hidden; z-index:1; }

.product-area { width:540px; float:right; margin-bottom:30px; }
.product-area h2 { margin-top:20px; margin-bottom:10px; color:#222222; font-size:24px; }
.product-area h3 { margin-top:0px; margin-bottom:10px; color:#b59059; font-size:18px; }
.product-area .product-info { margin-top:26px; margin-bottom:60px; }
.product-area .product-info > span { color:#8d8d8d; font-size:15px; }
.product-area .product-info > button { margin-left:10px; margin-right:30px; padding:10px 20px; color:#f95e47; font-size:15px; border:none; box-shadow:none; outline:none; cursor:text; background-color:#f3efe9; }
.product-area .product-price { color:#f95e47; font-size:40px; }
.product-area .product-price > i { padding-left:6px; font-size:24px; }
.product-area .product-cart { overflow:hidden; margin-top:60px; color:#8d8d8d; font-size:18px; }
.product-area .product-cart form { text-align:left; }
.product-area .product-cart form input { max-width:50px; padding:12px 0px; text-align:center; color:#222222; font-size:18px; border:none; box-shadow:none; outline:none; background-color:#f3efe9; }
.product-area .product-cart button { padding:10px 30px; color:#ffffff; font-size:18px; border-radius:2px; background-color:#f95e47; }
.product-area .product-cart button.sold-out { color:#eeeeee; background-color:#222222; }
.product-area .product-cart .piece-text { padding:0px 16px; }

.product-text { overflow:hidden; margin-bottom:30px; padding:30px 40px; color:#8d8d8d; font-size:15px; line-height:21px; border:1px solid #e8e9e9; }
.product-text h4 { margin-top:0px; margin-bottom:26px; color:#222222; font-size:20px; }
.product-text p { margin-bottom:20px; }

.my-account-area { margin-bottom:40px; padding:40px 35px; border:1px solid #e8e9e9; }
.my-account-area > h1 { margin-top:0px; margin-bottom:20px; color:#000000; font-size:20px; font-weight:600; }
.my-account-area > h1 > span { color:#f95e47; }
.my-account-area .my-account-list { margin-bottom:0px; text-align:left; vertical-align:top; }
.my-account-area .my-account-list > li { width:330px; min-height:120px; display:inline-block; margin-top:15px; margin-bottom:15px; text-align:left; border:1px solid #e8e9e9; }
.my-account-area .my-account-list > li > a { display:block; padding:25px 30px; color:#535759; font-size:14px; }
.my-account-area .my-account-list > li > a > strong { display:block; margin-bottom:15px; color:#000000; font-size:18px; }
.my-account-area .my-account-list > li > a:hover { color:#ffffff; background-color:#f95e47; }
.my-account-area .my-account-list > li > a:hover > strong { color:#ffffff; }
.my-account-menu { margin-bottom:25px; padding:25px; border:1px solid #e8e9e9; }
.my-account-menu > li { display:inline-block; }
.my-account-menu > li > a { display:block; padding:0px 12px; color:#000000; font-size:18px; font-weight:600; }
.my-account-menu > li.active > a, .my-account-menu > li > a:hover { color:#f95e47; }

.my-orders-table { margin-bottom:40px; border:1px solid #e5e5e5; }
.my-orders-table > thead > tr { background-color:#f3efe9; }
.my-orders-table > thead > tr > th { width:15%; padding:12px 20px; color:#050708; font-size:15px; font-weight:normal; border:1px solid #e5e5e5; border-bottom:none; }
.my-orders-table > thead > tr > th.product { width:60%; color:#616466; }
.my-orders-table > thead > tr > th.piece { width:10%; }
.my-orders-table > tbody > tr > th {  }
.my-orders-table > tbody > tr > td { padding:26px 20px; vertical-align:top; color:#222222; font-size:14px; line-height:19px; border:1px solid #e5e5e5; }
.my-orders-table > tbody > tr > td > i { font-size:13px; }
.my-orders-table > tbody > tr > td.product .pro-image { width:130px; height:98px; display:block; overflow:hidden; float:left; margin-right:20px; text-align:center; border:1px solid #e5e5e5; }
.my-orders-table > tbody > tr > td.product .pro-title {  }
.my-orders-table > tbody > tr > td.product span { display:block; margin-top:10px; font-size:16px; }
.my-orders-table > tbody > tr > td.product span.code { margin-top:4px; color:#f95e47; }
.my-orders-table > tbody > tr > td.price, .my-orders-table > tbody > tr > td.piece, .my-orders-table > tbody > tr > td.total { color:#000000; line-height:29px; font-weight:600; }
.my-orders-table > tbody > tr > td.total { color:#f95e47; }
.my-orders-table > tfoot > tr > th { padding:8px 20px; vertical-align:top; color:#222222; font-size:15px; border-left:1px solid #e5e5e5; background-color:#f0f0f0; }
.my-orders-table > tfoot > tr > th > i { font-size:13px; }
.my-orders-table > tfoot > tr > th.total { color:#f95e47; }
.my-orders-table > tfoot > tr > td { padding:30px; vertical-align:middle; color:#616466; font-size:14px; } 
.my-orders-table > tfoot > tr > td.cargo { border-left:1px solid #e5e5e5; }
.my-orders-table > tfoot > tr > td .btn { color: #222222; font-size:16px; }
.my-orders-table > tfoot > tr > td .btn > i { margin-right:10px; padding:12px 10px; color:#616466; border:1px solid #e5e5e5; background-color:#f3efe9; }


.shopping-cart { margin-bottom:40px; }
.shopping-cart > h1 { margin-top:0px; margin-bottom:20px; color:#000000; font-size:20px; font-weight:600; }
.shopping-cart > h1 > span { color:#f95e47; }

.shopping-cart table { border:1px solid #e5e5e5; }
.shopping-cart table > thead > tr { background-color:#f3efe9; }
.shopping-cart table > thead > tr > th { padding:12px 20px; color:#050708; font-size:15px; font-weight:normal; border:1px solid #e5e5e5; border-bottom:none; }
.shopping-cart table > thead > tr > th.product { width:54%; }
.shopping-cart table > thead > tr > th.price { width:12%; }
.shopping-cart table > thead > tr > th.piece { width:16%; }
.shopping-cart table > thead > tr > th.total { width:12%; }
.shopping-cart table > thead > tr > th.delete { width:6%;}
.shopping-cart table > tbody > tr > th {  }
.shopping-cart table > tbody > tr > td { padding:26px 20px; vertical-align:top; color:#222222; font-size:14px; line-height:19px; border:1px solid #e5e5e5; }
.shopping-cart table > tbody > tr > td .btn { padding:6px 12px; vertical-align:top; border-radius:0px;  }
.shopping-cart table > tbody > tr > td.product {  }
.shopping-cart table > tbody > tr > td.product .pro-image { width:130px; height:98px; display:block; overflow:hidden; float:left; margin-right:20px; text-align:center; border:1px solid #e5e5e5; }
.shopping-cart table > tbody > tr > td.product .pro-title {  }
.shopping-cart table > tbody > tr > td.product span { display:block; margin-top:10px; font-size:16px; }
.shopping-cart table > tbody > tr > td.product span.code { margin-top:4px; color:#f95e47; }
.shopping-cart table > tbody > tr > td.price { color:#000000; line-height:29px; font-weight:700; }
.shopping-cart table > tbody > tr > td.price i { font-size:14px; }
.shopping-cart table > tbody > tr > td.piece {  }
.shopping-cart table > tbody > tr > td.piece span { display:inline-block; padding:5px 14px; font-size:14px; font-weight:600; border:1px solid #e5e5e5; }
.shopping-cart table > tbody > tr > td.piece .btn { font-size:12px; }
.shopping-cart table > tbody > tr > td.total { color:#f95e47; line-height:29px; font-weight:700; }
.shopping-cart table > tbody > tr > td.total i { font-size:14px; }
.shopping-cart table > tbody > tr > td.delete {  }
.shopping-cart table > tbody > tr > td.piece .btn { font-size:12px; }
.shopping-cart table > tbody > tr > td .btn:hover { color:#ffffff; background-color:#f95e47; }
.shopping-cart table > tfoot > tr > th { padding:8px 20px; vertical-align:top; color:#222222; font-size:15px; font-weight:normal; border-left:1px solid #e5e5e5; background-color:#f0f0f0; }
.shopping-cart table > tfoot > tr > th i { font-size:14px; }
.shopping-cart table > tfoot > tr > th.total { color:#f95e47; font-weight:600; }
.shopping-cart table > tfoot > tr > td { padding:8px 20px; text-align:left; vertical-align:middle; border:none; }
.shopping-cart table > tfoot > tr > td.complete-shopping { padding:0px; text-align:center; background-color:#3db97d; }
.shopping-cart table > tfoot > tr > td.complete-shopping > button { width:100%; padding:14px; text-align:center; color:#ffffff; font-size:18px; background-color:#3db97d; }
.shopping-cart table > tfoot > tr > td > .btn { padding:12px 24px; color:#ffffff; font-size:16px; background-color:#f95e47; }

.orders-left-area { width:760px; float:left; margin-bottom:30px; }
.orders-menu { overflow:hidden; clear:both; margin-bottom:40px; text-align:center; border:1px solid #e5e5e5; }
.orders-menu > li { padding:20px 30px; color:#222222; font-size:18px; font-weight:500; border-left:1px solid #e5e5e5; }
.orders-menu > li:first-child { border-left:none; }
.orders-menu > li.active { color:#ffffff; background-color:#f95e47; }
.payment-option-list { overflow:hidden; clear:both; margin-top:10px; margin-bottom:0px; text-align:center; vertical-align:top; }
.payment-option-list > li { width:47%; height:40px; display:block; float:left; margin-bottom:20px; color:#222222; font-size:18px; line-height:38px; border:1px solid #dfdfdf; cursor:pointer; }
.payment-option-list > li:nth-child(2n+2) { margin-left:6%; }
.payment-option-list > li i { font-size:14px; }
.payment-option-list > li a { height:40px; display:block; color:#222222; }
.payment-option-list > li.active { color:#ffffff; background-color:#f95e47; }
.payment-option-area { color:#616466; font-size:14px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.payment-option-area p { margin-bottom:25px; }
.payment-option-area strong { color:#000000; }
.payment-option-area span { color:#f95e47; }
.payment-option-area ul { margin-bottom:0px; font-size:14px; }
.active-payment { display:block; }
.contract-area { height:300px; display:block; overflow-y:scroll; margin-top:20px; padding:30px 20px 20px 20px; border:1px solid #e8e9e9; border-top:2px solid #f95e47; }

.orders-result-area { margin-bottom:30px; padding:30px 20px 35px 20px; color:#616466; font-size:15px; border:1px solid #e8e9e9; border-top:2px solid #f95e47; }
.orders-result-area h2 { margin-top:20px; margin-bottom:10px; color:#f95e47; font-size:32px; }
.orders-result-area p { margin-bottom:10px; }
.orders-result-area .orders-number { display:inline-block; margin-top:25px; margin-bottom:35px; padding:25px 35px; color:#616466; font-size:18px; border:1px solid #e5e5e5; background-color:#f0f0f0; }
.orders-result-area .orders-number strong { color:#222222; font-size:26px; }
.orders-result-area .links { color:#f95e47; font-size:20px; font-weight:600; }

.orders-right-area { width:340px; float:right; margin-bottom:30px; }
.orders-right-area .orders-summury { padding:20px 30px; color:#222222; font-size:18px; font-weight:500; border:1px solid #e5e5e5; }
.orders-right-area ul { margin-bottom:0px; padding:30px 20px 20px 30px; color:#222222; font-size:16px; border:1px solid #e5e5e5; }
.orders-right-area ul > li { overflow:hidden; margin-bottom:10px; }
.orders-right-area ul > li > span { display:inline-block; float:left; }
.orders-right-area ul > li > strong { display:inline-block; float:right; }
.orders-right-area ul > li > strong > i { font-size:13px; }
.orders-right-area ul > li.total { color:#f95e47; }
.orders-right-area address { display:block; overflow:hidden; clear:both; margin-top:30px; margin-bottom:30px; padding:0px 0px; color:#616466; font-size:14px; }
.orders-right-area address > strong { color:#000000; }
.orders-right-area address > span { color:#222222; }
.orders-right-area address > a {  }
.orders-right-area button { width:100%; display:block; margin-top:30px; padding:12px 32px; text-align:center; color:#ffffff; font-size:18px; background-color:#3db97d; }
.orders-right-area button:hover { color:#ffffff; }
.orders-right-area button > i { margin-left:10px; }

.pages-menu { width:300px; float:left; margin-bottom:30px; }
.pages-menu > ul { margin-bottom:0px; padding:25px 35px; background-color:#f95e47; }
.pages-menu > ul > li { margin-bottom:10px; border-bottom:1px solid #e84e37; }
.pages-menu > ul > li:last-child { border-bottom:none; }
.pages-menu > ul > li > a { display:block; margin-bottom:10px; color:#ffffff; font-size:18px; }
.pages-menu > ul > li.active > a, .pages-menu > ul > li > a:hover { color:#803024; }

.pages-area { width:780px; float:right; margin-bottom:50px; }
.pages-area > h1 { margin-top:20px; margin-bottom:25px; color:#222222; font-size:24px; font-weight:400; }

.content-text {  }
.content-text p { margin-bottom:25px; line-height:21px; }
.content-text h2 { color:#1a1a19; font-size:17px; font-weight:700; }
.content-text h3 {color:#1a1a19; font-size:16px; font-weight:700; }

#gmap_canvas { max-width:780px; height:340px; margin: 0px auto; margin-bottom:30px; padding: 0px; border:1px solid #e7edef; }

.all-gellery { overflow:hidden; padding-top:10px; }
.all-gellery ul {  }
.all-gellery ul > li { width:145px; height:111px; display:inline-block; margin-right:20px; margin-bottom:20px; text-align:center; vertical-align:middle; }
.all-gellery ul > li a { display:block; color:#f6a11b; line-height:17px;  }
.all-gellery ul > li i { margin-top:25px; }
.all-gellery ul > li span { height:52px; display:block; overflow:hidden; padding:15px }
.all-gellery ul > li a:hover { color:#1a1a18; }
.all-gellery ul > li img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.all-gellery ul > li img:hover { -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; -webkit-filter: grayscale(0); filter: grayscale(0); }

.left-form-area { max-width:385px; float:left; }
.right-form-area { max-width:725px; float:right; }

.form-area { display:block; overflow:hidden; clear:both; margin-bottom:30px; padding:30px 20px 20px 20px; border:1px solid #e8e9e9; border-top:2px solid #f95e47; }
.form-login { border-top:2px solid #3db97d; }
.form-password { border-top:2px solid #222222; }
.form-area a.link { color:#000000; text-decoration:underline !important; }
.form-area .form-header { padding:0px 15px; margin-bottom:20px; color:#222222; font-size:21px; font-weight:600; }
.form-area .form-header > span { float:right; font-size:14px; font-weight:500; line-height:32px; }
.form-area .form-group { margin-bottom:20px; }
.form-area label { color:#616466; font-weight:normal; }
.form-area .form-control { height:auto; padding:10px; color:#222222; border-radius:0px; border:1px solid #dfdfdf; background-color:#f5f5f5; }
.form-area .form-control[readonly="readonly"] { background-color:#ccc; }
.form-area .checkbox, form-area .radio { margin-top:8px; margin-bottom:18px; }
.form-area .checkbox label, .form-area .radio label {  }
.form-area input[type="checkbox"], .form-area input[type="radio"] { padding:10px; border-radius:0px; border:1px solid #dfdfdf; background-color:#f5f5f5; }
.form-area .btn { width:100%; display:block; padding:12px 0px; text-align:center; color:#ffffff; font-size:18px; background-color:#f95e47; }
.form-login .btn { background-color:#3db97d; }
.form-password .btn { background-color:#222222; }

.padding-top-0 { padding-top:0px; }
.padding-right-0 { padding-right:0px; }
.padding-bottom-0 { padding-bottom:0px; }
.padding-left-0 { padding-left:0px; }

.padding-top-10 { padding-top:10px; }
.padding-right-10 { padding-right:10px; }
.padding-bottom-10 { padding-bottom:10px; }
.padding-left-10 { padding-left:10px; }

.padding-top-50 { padding-top:50px; }
.padding-right-50 { padding-right:50px; }
.padding-bottom-50 { padding-bottom:50px; }
.padding-left-50 { padding-left:50px; }

.margin-top-0 { margin-top:0px !important; }
.margin-right-0 { margin-right:0px !important; }
.margin-bottom-0 { margin-bottom:0px !important; }
.margin-left-0 {margin-left:0px !important;  }

.margin-top-5 { margin-top:5px; }
.margin-right-5 { margin-right:5px; }
.margin-bottom-5 { margin-bottom:5px; }
.margin-left-5 {margin-left:5px;  }

.margin-top-10 { margin-top:10px; }
.margin-right-10 { margin-right:10px; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-left-10 {margin-left:10px;  }

.margin-top-15 { margin-top:15px; }
.margin-right-15 { margin-right:15px; }
.margin-bottom-15 { margin-bottom:15px; }
.margin-left-15 {margin-left:15px;  }

.margin-top-20 { margin-top:20px; }
.margin-right-20 { margin-right:20px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-left-20 {margin-left:20px;  }

.margin-top-25 { margin-top:25px; }
.margin-right-25 { margin-right:25px; }
.margin-bottom-25 { margin-bottom:25px; }
.margin-left-25 {margin-left:25px;  }

.margin-top-30 { margin-top:30px; }
.margin-right-30 { margin-right:30px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-left-30 {margin-left:30px;  }

.margin-top-35 { margin-top:35px; }
.margin-right-35 { margin-right:35px; }
.margin-bottom-35 { margin-bottom:35px; }
.margin-left-35 {margin-left:35px;  }

.margin-top-40 { margin-top:40px; }
.margin-right-40 { margin-right:40px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-left-40 {margin-left:40px;  }

.black { color:#000000; }
.orange { color:#f95e47; }
.green { color:#3db97d; }
.full-width { width:100% !important; }
.clear-left { clear:left; }
.clear-right { clear:right; }
.clear-both { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none !important; }
.border-none { border:0px !important; }
.radius-none { border-radius:0px !important; }
.shadow-none { box-shadow:none !important; text-shadow:none !important; }
.outline-none { outline:none!important; }
.position-relative { position:relative; }
.position-absolute { position:absolute; }
.overflow-hidden { overflow:hidden; }
.display-none { display:none; }
.display-block { display:block; }
.display-inline-block { display:inline-block; }
.middle { margin-left:auto; margin-right:auto; }
.text-indent-9999 { text-indent:-9999px; }
.img-border { border:1px solid #e8e9e9; }
.font-light { font-weight:300; }
.font-medium { font-weight:500; }
.font-bold { font-weight:600; }
.height-0 {  height:0px;}
.bg-primary { padding:10px; }
.bg-success { padding:10px; }
.bg-info { padding:10px; }
.bg-warning { padding:10px; }
.bg-danger { padding:10px; }

a { text-decoration:none !important; outline:none !important; }

@media (min-width:1200px ) {
	.content-bottom ul > li:nth-child(3n+2) { border-left:1px solid #db3921; border-right:1px solid #db3921; }
    .producst-list > li:nth-child(3n+2) { margin-left:34px; margin-right:34px; }
    .category-list > li:nth-child(2n) { margin-left:26px; }
    .product-images .product-pager-list > li:nth-child(4n+2) { margin-left:36px; margin-right:36px; }
    .product-images .product-pager-list > li:nth-child(4n+3) { margin-right:36px; }
    
    .my-account-list > li:nth-child(3n+2) { margin-left:38px; margin-right:38px; }
    
    .header .menu-area { width:72%; }
}
@media (min-width:992px ) and (max-width:1200px ) {
    /*body { background-color:red; }*/
    .swiper-slide h2 { font-size:60px; }
    .swiper-slide h3 { font-size:45px; }
    .header { width:970px; }
	.navigation .main-menu > li > a { padding-left:10px !important; padding-right:10px !important; }
    .navigation .main-menu > li > a > i { padding-left:4px !important; }
    .index-content > h6 { margin-left:auto; margin-right:auto; text-align:center; }
    .my-account-list > li:nth-child(2n+2) { margin-left:38px; }
    .producst-list > li:nth-child(2n+2) { margin-left:34px; }
    
    .orders-left-area, .orders-right-area { width:auto; float:none; }
    
    .right-form-area { max-width:600px; }
    .pages-area { width:600px; }
    .product-images, .product-area { width:auto; float:none; margin-bottom:40px; }
    .product-images .product-pager-list > li { margin-left:18px; margin-right:18px; }
    
    .footer .links { width:180px; margin-right:40px; }
    .footer address, .footer p { width:500px; }
}
@media (max-width: 992px) {
	
    .index-content > h6 { margin-left:auto; margin-right:auto; text-align:center; }
    .left-form-area, .right-form-area { max-width:100%; float:none; }
    .my-account-area .my-account-list > li { width:auto; display:block; }
    .footer { padding-top:50px; text-align:center; }    
    .footer .links, .footer address, .footer p { width:auto; float:none; margin-left:auto; margin-right:auto; text-align:center; border:none; }
    .footer p i, .footer p span { float:none; }
    .navigation .main-menu > li > ul { left:-120px !important; }
    .orders-left-area, .orders-right-area { width:auto; float:none; }
    .product-images .large-images { height:auto; }
    .pages-menu, .pages-area { width:auto; float:none; }
    .product-images, .product-area { width:auto; float:none; margin-bottom:40px; }
    .product-images .product-pager-list > li { margin-left:18px; margin-right:18px; }
}
@media (min-width:768px ) {
    /*body { background-color:white; }*/
    .header .menu-area { float:right; margin-top:30px; position:relative; /*background-color:#eee;*/ }
    .mobile-navigation { display:none; }
    .navigation { float:left; margin-top:4px; }
    .navigation .main-menu { display:block; margin-bottom:0px; }
    .navigation .main-menu > li { display:inline-block; position:relative; }
    .navigation .main-menu > li > a { display:block; padding:10px 16px; color:#74777a; font-size:17px; line-height:normal; cursor:pointer; }
    .navigation .main-menu > li > a > i { padding-left:8px; font-size:14px; }
    .navigation .main-menu > li:hover > a, .navigation .main-menu > li.active > a, .navigation .main-menu > li > a:hover { color:#f95e47; }
    .navigation .main-menu > li > ul { width:442px; margin:0px; visibility: hidden; opacity:0; position:absolute; left:-50px; top:30px; border-radius:0px; box-shadow:0px 0 5px rgba(0, 0, 0, 0.35); background-color:#ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
    .navigation .main-menu > li > ul::before {  content: '';  width:138px;  height: 4px;  display: block; position: absolute; top:-4px; left:66px; z-index:2; background-color: #fd806e; }
    .navigation .main-menu > li.erotik-giyim > ul::before {  width:114px; }
    .navigation .main-menu > li > ul.sub-menu-active { visibility: visible; opacity: 1; top:78px; }
    .navigation .main-menu > li > ul > li { overflow:hidden; clear:both; padding:40px 26px; text-align:center; vertical-align:top; }
    .navigation .main-menu > li > ul > li a { display:block; color:#848a8e; font-size:15px; }
    .navigation .main-menu > li > ul > li .active a, .navigation .main-menu > li > ul > li a:hover { color:#f95e47; }
    .navigation .main-menu > li > ul > li ol { margin-bottom:0px; text-align:left; }
    .navigation .main-menu > li > ul > li ol > li { width:160px; float:left; margin-left:30px; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #e8e9e9; }
    
    .header .basket { width:100px; display:inline-block; float:right; }
    .header .search-btn { display:inline-block; float:right; margin-right:25px; padding:10px 4px; color:#f95e47; font-size:18px; background-color:transparent; }
    .header .search-area { width:400px; right:100px; top:52px; }
    .header .search-area-active { top:82px; }
    .header .search-area form::before {  content: '';  width:48px;  height: 4px;  display: block;  position: absolute; top:-4px; right:20px; z-index:2; background-color: #fd806e; }
    .header .menu-btn { display:inline-block; float:right; margin-right:10px; padding:10px 4px; color:#f95e47; font-size:18px; background-color:transparent; }
    .header .menu-btn > span { padding-right:10px; }
    .header .menu-list { width:200px; text-align:center; right:100px; top:52px; }
    .header .menu-list-active { top:82px; }
    .header .menu-list::before {  content: '';  width:48px;  height: 4px;  display: block; margin-left:-24px; position: absolute; top:-4px; left:50%; z-index:2; background-color: #fd806e; } 
    .header .menu-list > li { margin-bottom:10px; text-align:center; }
    .header .menu-list > li:first-child { margin-top:40px; }
    .header .menu-list > li:last-child { margin-bottom:40px; }
    .header .menu-list > li > a { color:#848a8e; font-size:16px; }
    .header .menu-list > li > a:hover { color:#f95e47; }
}
@media (min-width:768px ) and (max-width:992px ) {
    /*body { background-color:green; }*/
    .swiper-slide h2 { font-size:50px; }
    .swiper-slide h3 { font-size:35px; }
    .header { margin-left:15px; margin-right:15px; }    
    .navigation .main-menu > li > a { padding:10px 10px; font-size:15px; }
    .producst-list > li:nth-child(2n+2) { margin-left:34px; }
}
@media (max-width: 768px) {    
	/*body { background-color:yellow; }*/
	.age-area h1 { margin-bottom:10px; font-size:22px; }
	.age-question { font-size:36px; }
	.age-question img { max-width:140px; height:auto; margin-left:10px; margin-right:10px; }
	.about-footer { font-size:13px; }	
	
    .swiper-slide h2 { font-size:35px; }
    .swiper-slide h3 { font-size:20px; }
    .swiper-slide p { font-size:18px; }
    .swiper-button-next, .swiper-button-prev { display:none !important; }

    .header { text-align:center; }
    .header .loveeroticshop { float:none; }
    .header .menu-area { float:none; margin-top:24px; margin-left:15px; margin-right:15px; position:relative; border:1px solid #e8e9e9; }
    .mobile-navigation { width:100%; margin-bottom:0px; text-align:left; visibility: hidden; opacity:0; position:absolute; left:0px; top:26px; border-radius:0px; box-shadow:0px 0 5px rgba(0, 0, 0, 0.35); background-color:#ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
    .mobile-navigation-active { visibility: visible; opacity: 1; top:46px; }
    .navigation { display:none; }
    
    .header .main-menu-btn, .header .basket, .header .search-btn, .header .menu-btn { width:25%; height:45px; display:block; float:left; color:#848a8e; border-radius:0px; background-color:transparent; }
    .header .main-menu-btn, .header .search-btn, .header .menu-btn { padding:10px 0px; color:#848a8e; }
    .header .menu-btn { border-left:1px solid #e8e9e9; border-right:1px solid #e8e9e9; }
    .header .search-btn { border-left:1px solid #e8e9e9;  }
    .header .main-menu-btn:hover, .header .basket:hover, .header .search-btn:hover, .header .menu-btn:hover { color:#ffffff; background-color:#f95e47; }
    
    .header .search-area { width:100%; left:0px; top:26px; }
    .header .search-area-active { top:46px; }
    
    .header .menu-list { width:100%; text-align:left; left:0px; top:26px; }
    .header .menu-list-active { top:46px; }
    .header .menu-list > li { padding:10px 30px; border-top:1px solid #e8e9e9; background-color:#ffffff; }
    .header .menu-list > li > a { display:block; color:#848a8e; font-size:16px; }
    .header .menu-list > li:hover { background-color:#e8e9e9; }
    .header .menu-list > li:hover > a { color:#f95e47; }
    
    .mobile-navigation > ul { margin-bottom:0px; }
    .mobile-navigation > ul > li { overflow:hidden; padding:10px 30px; color:#848a8e; font-size:16px; border-top:1px solid #e8e9e9; background-color:#ffffff; }
    .mobile-navigation > ul > li > a { display:inline-block; float:left; color:#848a8e; }
    .mobile-navigation > ul > li > i { display:inline-block; float:right; cursor:pointer; }
    .mobile-navigation > ul > li > a:hover { color:#f95e47; }
    .mobile-navigation > ul > li ul { overflow:hidden; clear:both; margin-left:4px; margin-top:10px; margin-bottom:10px; }
    .mobile-navigation > ul > li li { padding:4px 6px; }
    .mobile-navigation > ul > li a { display:block; color:#848a8e; font-size:16px; }
    .mobile-navigation > ul > li a:hover { color:#f95e47; }
    
    .category-info { margin-left:auto; margin-right:auto; }
    .category-info h1 { margin-bottom:16px; }
    .category-info h1, .category-info ol { float:none; text-align:center; }
    
    .category-list > li { font-size:16px; }
    .category-list > li > h4 { font-size:22px; }
    .category-list > li > h5 { font-size:16px; top:110px; }
    .producst-list > li { display:block; margin-left:auto; margin-right:auto; }
    
    .product-images .large-images li img { display:block; max-width:100%; height:auto; }
    
    .form-area .form-header { font-size:18px; }
    .orders-menu > li { font-size:16px; }
    .payment-option-list > li { width:100%; float:none; font-size:16px; }
    .payment-option-list > li:nth-child(2n+2) { margin-left:auto; margin-right:auto; }
    
    .content-bottom .phone i { display:block; }
    .copyright p, .copyright ul { float:none !important; margin-left:auto; margin-right:auto; text-align:center; }
}
@media (max-width:520px) {
    /*body { background-color:blue; }*/
	.age-question { font-size:26px; }
	.age-question img { max-width:100px; }
	
    .header .main-menu-btn > span, .header .menu-btn > span, .header .search-btn > span { display:none !important; } 
    .category-list > li > h4 { font-size:18px; left:20px; top:70px; }
    .category-list > li > h5 { font-size:14px; left:20px; top:50px; }
    .producst-list > li { width:auto; max-width:328px; }
    .content-header ol { display:none; }
    
}
@media (max-width:500px) {
	
}