-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Color codes]
COLORS GENERAL
	GENERAL COLORS
	- Main color: #000000
	- Color Text General: #333333
	- Color Link: #333333
	- Color Link Hover: #000000
	- Color Text Heading: #222222
	- Color Text Body: #333333
	- Border General: #ebebeb
	- Background filter: #ebebeb
	- Color Body Background: #f5f5f5
	- Color Content Background: #fff
	
	TEXT FIELD
	- Color Textfield Text: #222222
	- Color Textfield Border: #222222
	- Color Textfield Background: #ffffff

	PRODUCT
	- Color Product Title Text: #222222
	- Color Product Title Text Hover: #222222
	- Color Product Description Text: #555555
	- Color Sale Text: #ffffff
	- Color Sale Border: #222222
	- Color Sale Background: #e0493e
	- Color Price Text: #000000
	- Color Price Compare Text: #555555
	- Color Rating Text: #f6d77d

	PRICE PRODUCT DETAIL
	- Price Sale Color: #222222
	- Price Compare Color: #9e9e9e
	- Background Price Color: #ffffff
	
	NAVIGATION
	- Color Navigation Text: #222222
	- Color Navigation Border: #ebebeb
	- Color Navigation Background: #ffffff
	- Color Navigation Text Hover: #e0493e
	- Color Navigation dropdown Text: #222222
	- Color Navigation dropdown Text Hover: #e0493e
	- Color Navigation dropdown title: #222222
	
	QUICKVIEW
	- Color Quickview Text: #333333
	- Color Quickview Border: #333333
	- Color Quickview Background: #ffffff
	- Color Quickview Text Hover: #e0493e
	- Color Quickview Border Hover: #e0493e	
	- Color Quickview Background Hover: #ffffff
	
	OVERLAYS
	- Color Image Overlay Text: #ffffff
	- Color Image Overlay Background: #222222
	
	CART
	- Background top cart: #e4e4e4
	- Color top cart text: #000000
	- Color price cart text: #000000
	
	PAGINATION
	- Text pagination: #ffffff
	- Text pagination hover: #ffffff
	- Border pagination: #000000
	- Border pagination hover: #ffffff
	- Background pagination: #ffffff
	- Background pagination hover: #000000
	
	BACKGROUND
	-  background image body: bg1.jpg
	
COLORS HEADER
	COLORS HEADER
	- Color Header: #ffffff
	- Border Header: #ffffff
	- Background Header: #000000
	- Color Text Top Header: #ffffff
	- Color Text Top Header Hover: #f7e245
	- Border Top Header: #ffffff
	- Background Top Header: #000000
	
	CART DROPDOWN HEADER
	- Text Dropdown Cart: #898989
	- Border Dropdown Cart: #f8f8f8
	- Background Dropdown Cart: #ffffff
	- Color Text Button Close: #ffffff
	- Color Border Button Close: #ffffff
	- Background Button Close: #a9a9a9
	
COLORS FOOTER
	COLORS FOOTER
	- Footer text: #555555
	- Footer border: #ebebeb
	- Footer background: #ffffff
	- Color footer title text: #222222
	
	COLORS NEWLETTER
	- Color Newletter Title Text: #222222
	- Color Newletter Text: #555555
	- Color Newletter Border: #ebebeb
	- Color Newletter Background: #ffffff
	
	COLORS COPYRIGHT
	- Color Copyright Border: #ebebeb
	- Color Copyright Text: #555555
	- Color Copyright Text Hover: #e0493e
	- Color Copyright Link: #555555
	- Color Copyright Background: #ffffff
	
COLORS BUTTON	
	BUTTON
	- Color Button Text: #ffffff
	- Color Button Border: #222222
	- Color Button Background: #222222
	- Color Button Text Hover: #222222
	- Color Button Border Hover: #222222
	- Color Button Background Hover: #ffffff
	- Color Small Button Text: #ffffff
	- Color Small Button Border: #222222
	- Color Small Button Background: #222222
	- Color Small Button Text Hover: #222222
	- Color Small Button Border Hover: #222222
	- Color Small Button Background Hover: #ffffff
	BUTTON 1
	- Color button text 1: #222222
	- Color button border 1: #222222
	- Color button background 1: #ffffff
	- Color button text hover 1: #222222
	- Color button border hover 1: #bdbdbd
	- Color button background Hover 1: #bdbdbd
	
	BUTTON PRODUCT
	- Button Product Text: #333333
	- Button Product border: #222222
	- Button Product background: #ffffff
	- Button Product Text Hover: #e0493e
	- Button Product Border Hover: #e0493e
	- Button Product Background Hover: #ffffff
	
	NEWLETTER
	- Button Newletter Text: #ffffff
	- Button Newletter Border: #e0493e
	- Button Newletter Background: #e0493e
	- Button Newletter Text Hover: #e0493e
	- Button Newletter Border Hover: #e0493e
	- Button Newletter Background Hover: #ffffff
	
	BUTTON DETAIL
	- Color Button Detail Text: #ffffff
	- Color Button Detail Border: #e0493e
	- Color Button Detail Background: #e0493e
	- Color Button Detail Text Hover: #222222
	- Color Button Detail Border Hover: #222222
	- Color Button Detail Background Hover: #ffffff
	
	BUTTON SLIDER
	- Color Button Slider Text: #222222
	- Color Button Slider Border: #ffffff
	- Color Button Slider Background: #ffffff
	- Color Button Slider Text Hover: #ffffff
	- Color Button Slider Border Hover: #222222
	- Color Button Slider background Hover: #222222
	
	BUTTON NEXT & PREV
	- Color Next Prev Text: #222222
	- Color Next Prev Border: #ebebeb
	- Color Next Prev Background: #ffffff
	- Color Next Prev Text Hover: #ffffff
	- Color Next Prev Border Hover: #a29e9e
	- Color Next Prev Background Hover: #a29e9e	
	

	
	
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Typography]

Body font: 'Montserrat'
Heading font: 'Montserrat'
Misc font: 'Poppins'
Misc font 2: 'Helvetica Neue'


-------------------------------------------------------------------*/


.btn,body .product-detail-content #product-information .add-to-wishlist button,body .cart-inner .group-checkout-input .get-rates,body .account-content #customer-account #customer_sidebar #view_address,body .group-form-address .add-new-address,body .customer_address_table .add-new-address {
    color: #fff;
    border-color: #222;
    background-color: #222
}

.btn .fa,body .product-detail-content #product-information .add-to-wishlist button .fa,body .cart-inner .group-checkout-input .get-rates .fa,body .account-content #customer-account #customer_sidebar #view_address .fa,body .group-form-address .add-new-address .fa,body .customer_address_table .add-new-address .fa {
    color: #fff
}

.btn:focus,body .product-detail-content #product-information .add-to-wishlist button:focus,body .cart-inner .group-checkout-input .get-rates:focus,body .account-content #customer-account #customer_sidebar #view_address:focus,body .group-form-address .add-new-address:focus,body .customer_address_table .add-new-address:focus,.btn:hover,body .product-detail-content #product-information .add-to-wishlist button:hover,body .cart-inner .group-checkout-input .get-rates:hover,body .account-content #customer-account #customer_sidebar #view_address:hover,body .group-form-address .add-new-address:hover,body .customer_address_table .add-new-address:hover {
    color: #222;
    border-color: #222;
    background-color: #fff
}

.btn:focus .fa,body .product-detail-content #product-information .add-to-wishlist button:focus .fa,body .cart-inner .group-checkout-input .get-rates:focus .fa,body .account-content #customer-account #customer_sidebar #view_address:focus .fa,body .group-form-address .add-new-address:focus .fa,body .customer_address_table .add-new-address:focus .fa,.btn:hover .fa,body .product-detail-content #product-information .add-to-wishlist button:hover .fa,body .cart-inner .group-checkout-input .get-rates:hover .fa,body .account-content #customer-account #customer_sidebar #view_address:hover .fa,body .group-form-address .add-new-address:hover .fa,body .customer_address_table .add-new-address:hover .fa {
    color: #222
}

.btn1,#loginBox .btn,#loginBox body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist #loginBox button,#loginBox body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input #loginBox .get-rates,#loginBox body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar #loginBox #view_address,#loginBox body .group-form-address .add-new-address,body .group-form-address #loginBox .add-new-address,#loginBox body .customer_address_table .add-new-address,body .customer_address_table #loginBox .add-new-address,.cart-info .cart-content .action .btn,.cart-info .cart-content .action body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .cart-info .cart-content .action button,.cart-info .cart-content .action body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .cart-info .cart-content .action .get-rates,.cart-info .cart-content .action body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .cart-info .cart-content .action #view_address,.cart-info .cart-content .action body .group-form-address .add-new-address,body .group-form-address .cart-info .cart-content .action .add-new-address,.cart-info .cart-content .action body .customer_address_table .add-new-address,body .customer_address_table .cart-info .cart-content .action .add-new-address,body .price_table_inner .price-table.style-02 .btn,body .price_table_inner .price-table.style-02 .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table.style-02 button,body .price_table_inner .price-table.style-02 .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .price_table_inner .price-table.style-02 .get-rates,body .price_table_inner .price-table.style-02 .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table.style-02 #view_address,body .price_table_inner .price-table.style-02 .group-form-address .add-new-address,body .group-form-address .price_table_inner .price-table.style-02 .add-new-address,body .price_table_inner .price-table.style-02 .customer_address_table .add-new-address,body .customer_address_table .price_table_inner .price-table.style-02 .add-new-address,body .page-with-contact-form .contact-form-group .btn,body .page-with-contact-form .contact-form-group .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .page-with-contact-form .contact-form-group button,body .page-with-contact-form .contact-form-group .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .page-with-contact-form .contact-form-group .get-rates,body .page-with-contact-form .contact-form-group .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .page-with-contact-form .contact-form-group #view_address,body .page-with-contact-form .contact-form-group .group-form-address .add-new-address,body .group-form-address .page-with-contact-form .contact-form-group .add-new-address,body .page-with-contact-form .contact-form-group .customer_address_table .add-new-address,body .customer_address_table .page-with-contact-form .contact-form-group .add-new-address,body .comment_form .btn,body .comment_form .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .comment_form button,body .comment_form .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .comment_form .get-rates,body .comment_form .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .comment_form #view_address,body .comment_form .group-form-address .add-new-address,body .group-form-address .comment_form .add-new-address,body .comment_form .customer_address_table .add-new-address,body .customer_address_table .comment_form .add-new-address {
    color: #222;
    border-color: #222;
    background-color: #fff
}

.btn1 .fa,#loginBox .btn .fa,#loginBox body .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist #loginBox button .fa,#loginBox body .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input #loginBox .get-rates .fa,#loginBox body .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar #loginBox #view_address .fa,#loginBox body .group-form-address .add-new-address .fa,body .group-form-address #loginBox .add-new-address .fa,#loginBox body .customer_address_table .add-new-address .fa,body .customer_address_table #loginBox .add-new-address .fa,.cart-info .cart-content .action .btn .fa,.cart-info .cart-content .action body .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .cart-info .cart-content .action button .fa,.cart-info .cart-content .action body .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .cart-info .cart-content .action .get-rates .fa,.cart-info .cart-content .action body .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .cart-info .cart-content .action #view_address .fa,.cart-info .cart-content .action body .group-form-address .add-new-address .fa,body .group-form-address .cart-info .cart-content .action .add-new-address .fa,.cart-info .cart-content .action body .customer_address_table .add-new-address .fa,body .customer_address_table .cart-info .cart-content .action .add-new-address .fa,body .price_table_inner .price-table.style-02 .btn .fa,body .price_table_inner .price-table.style-02 .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table.style-02 button .fa,body .price_table_inner .price-table.style-02 .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .price_table_inner .price-table.style-02 .get-rates .fa,body .price_table_inner .price-table.style-02 .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table.style-02 #view_address .fa,body .price_table_inner .price-table.style-02 .group-form-address .add-new-address .fa,body .group-form-address .price_table_inner .price-table.style-02 .add-new-address .fa,body .price_table_inner .price-table.style-02 .customer_address_table .add-new-address .fa,body .customer_address_table .price_table_inner .price-table.style-02 .add-new-address .fa,body .page-with-contact-form .contact-form-group .btn .fa,body .page-with-contact-form .contact-form-group .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .page-with-contact-form .contact-form-group button .fa,body .page-with-contact-form .contact-form-group .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .page-with-contact-form .contact-form-group .get-rates .fa,body .page-with-contact-form .contact-form-group .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .page-with-contact-form .contact-form-group #view_address .fa,body .page-with-contact-form .contact-form-group .group-form-address .add-new-address .fa,body .group-form-address .page-with-contact-form .contact-form-group .add-new-address .fa,body .page-with-contact-form .contact-form-group .customer_address_table .add-new-address .fa,body .customer_address_table .page-with-contact-form .contact-form-group .add-new-address .fa,body .comment_form .btn .fa,body .comment_form .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .comment_form button .fa,body .comment_form .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .comment_form .get-rates .fa,body .comment_form .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .comment_form #view_address .fa,body .comment_form .group-form-address .add-new-address .fa,body .group-form-address .comment_form .add-new-address .fa,body .comment_form .customer_address_table .add-new-address .fa,body .customer_address_table .comment_form .add-new-address .fa {
    color: #222
}

@media (min-width: 1200px) {
    .btn1:hover,#loginBox .btn:hover,#loginBox body .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist #loginBox button:hover,#loginBox body .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input #loginBox .get-rates:hover,#loginBox body .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar #loginBox #view_address:hover,#loginBox body .group-form-address .add-new-address:hover,body .group-form-address #loginBox .add-new-address:hover,#loginBox body .customer_address_table .add-new-address:hover,body .customer_address_table #loginBox .add-new-address:hover,.cart-info .cart-content .action .btn:hover,.cart-info .cart-content .action body .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist .cart-info .cart-content .action button:hover,.cart-info .cart-content .action body .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input .cart-info .cart-content .action .get-rates:hover,.cart-info .cart-content .action body .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar .cart-info .cart-content .action #view_address:hover,.cart-info .cart-content .action body .group-form-address .add-new-address:hover,body .group-form-address .cart-info .cart-content .action .add-new-address:hover,.cart-info .cart-content .action body .customer_address_table .add-new-address:hover,body .customer_address_table .cart-info .cart-content .action .add-new-address:hover,body .price_table_inner .price-table.style-02 .btn:hover,body .price_table_inner .price-table.style-02 .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table.style-02 button:hover,body .price_table_inner .price-table.style-02 .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input .price_table_inner .price-table.style-02 .get-rates:hover,body .price_table_inner .price-table.style-02 .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table.style-02 #view_address:hover,body .price_table_inner .price-table.style-02 .group-form-address .add-new-address:hover,body .group-form-address .price_table_inner .price-table.style-02 .add-new-address:hover,body .price_table_inner .price-table.style-02 .customer_address_table .add-new-address:hover,body .customer_address_table .price_table_inner .price-table.style-02 .add-new-address:hover,body .page-with-contact-form .contact-form-group .btn:hover,body .page-with-contact-form .contact-form-group .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist .page-with-contact-form .contact-form-group button:hover,body .page-with-contact-form .contact-form-group .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input .page-with-contact-form .contact-form-group .get-rates:hover,body .page-with-contact-form .contact-form-group .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar .page-with-contact-form .contact-form-group #view_address:hover,body .page-with-contact-form .contact-form-group .group-form-address .add-new-address:hover,body .group-form-address .page-with-contact-form .contact-form-group .add-new-address:hover,body .page-with-contact-form .contact-form-group .customer_address_table .add-new-address:hover,body .customer_address_table .page-with-contact-form .contact-form-group .add-new-address:hover,body .comment_form .btn:hover,body .comment_form .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist .comment_form button:hover,body .comment_form .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input .comment_form .get-rates:hover,body .comment_form .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar .comment_form #view_address:hover,body .comment_form .group-form-address .add-new-address:hover,body .group-form-address .comment_form .add-new-address:hover,body .comment_form .customer_address_table .add-new-address:hover,body .customer_address_table .comment_form .add-new-address:hover {
        color: #222;
        border-color: #bdbdbd;
        background-color: #bdbdbd
    }

    .btn1:hover .fa,#loginBox .btn:hover .fa,#loginBox body .product-detail-content #product-information .add-to-wishlist button:hover .fa,body .product-detail-content #product-information .add-to-wishlist #loginBox button:hover .fa,#loginBox body .cart-inner .group-checkout-input .get-rates:hover .fa,body .cart-inner .group-checkout-input #loginBox .get-rates:hover .fa,#loginBox body .account-content #customer-account #customer_sidebar #view_address:hover .fa,body .account-content #customer-account #customer_sidebar #loginBox #view_address:hover .fa,#loginBox body .group-form-address .add-new-address:hover .fa,body .group-form-address #loginBox .add-new-address:hover .fa,#loginBox body .customer_address_table .add-new-address:hover .fa,body .customer_address_table #loginBox .add-new-address:hover .fa,.cart-info .cart-content .action .btn:hover .fa,.cart-info .cart-content .action body .product-detail-content #product-information .add-to-wishlist button:hover .fa,body .product-detail-content #product-information .add-to-wishlist .cart-info .cart-content .action button:hover .fa,.cart-info .cart-content .action body .cart-inner .group-checkout-input .get-rates:hover .fa,body .cart-inner .group-checkout-input .cart-info .cart-content .action .get-rates:hover .fa,.cart-info .cart-content .action body .account-content #customer-account #customer_sidebar #view_address:hover .fa,body .account-content #customer-account #customer_sidebar .cart-info .cart-content .action #view_address:hover .fa,.cart-info .cart-content .action body .group-form-address .add-new-address:hover .fa,body .group-form-address .cart-info .cart-content .action .add-new-address:hover .fa,.cart-info .cart-content .action body .customer_address_table .add-new-address:hover .fa,body .customer_address_table .cart-info .cart-content .action .add-new-address:hover .fa,body .price_table_inner .price-table.style-02 .btn:hover .fa,body .price_table_inner .price-table.style-02 .product-detail-content #product-information .add-to-wishlist button:hover .fa,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table.style-02 button:hover .fa,body .price_table_inner .price-table.style-02 .cart-inner .group-checkout-input .get-rates:hover .fa,body .cart-inner .group-checkout-input .price_table_inner .price-table.style-02 .get-rates:hover .fa,body .price_table_inner .price-table.style-02 .account-content #customer-account #customer_sidebar #view_address:hover .fa,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table.style-02 #view_address:hover .fa,body .price_table_inner .price-table.style-02 .group-form-address .add-new-address:hover .fa,body .group-form-address .price_table_inner .price-table.style-02 .add-new-address:hover .fa,body .price_table_inner .price-table.style-02 .customer_address_table .add-new-address:hover .fa,body .customer_address_table .price_table_inner .price-table.style-02 .add-new-address:hover .fa,body .page-with-contact-form .contact-form-group .btn:hover .fa,body .page-with-contact-form .contact-form-group .product-detail-content #product-information .add-to-wishlist button:hover .fa,body .product-detail-content #product-information .add-to-wishlist .page-with-contact-form .contact-form-group button:hover .fa,body .page-with-contact-form .contact-form-group .cart-inner .group-checkout-input .get-rates:hover .fa,body .cart-inner .group-checkout-input .page-with-contact-form .contact-form-group .get-rates:hover .fa,body .page-with-contact-form .contact-form-group .account-content #customer-account #customer_sidebar #view_address:hover .fa,body .account-content #customer-account #customer_sidebar .page-with-contact-form .contact-form-group #view_address:hover .fa,body .page-with-contact-form .contact-form-group .group-form-address .add-new-address:hover .fa,body .group-form-address .page-with-contact-form .contact-form-group .add-new-address:hover .fa,body .page-with-contact-form .contact-form-group .customer_address_table .add-new-address:hover .fa,body .customer_address_table .page-with-contact-form .contact-form-group .add-new-address:hover .fa,body .comment_form .btn:hover .fa,body .comment_form .product-detail-content #product-information .add-to-wishlist button:hover .fa,body .product-detail-content #product-information .add-to-wishlist .comment_form button:hover .fa,body .comment_form .cart-inner .group-checkout-input .get-rates:hover .fa,body .cart-inner .group-checkout-input .comment_form .get-rates:hover .fa,body .comment_form .account-content #customer-account #customer_sidebar #view_address:hover .fa,body .account-content #customer-account #customer_sidebar .comment_form #view_address:hover .fa,body .comment_form .group-form-address .add-new-address:hover .fa,body .group-form-address .comment_form .add-new-address:hover .fa,body .comment_form .customer_address_table .add-new-address:hover .fa,body .customer_address_table .comment_form .add-new-address:hover .fa {
        color: #222
    }
}

.btn-slider,body section.main-slideshow .carousel-control {
    text-align: center;
    border: 0;
    border-radius: 0;
    width: 53px;
    height: 53px;
    line-height: 53px;
    color: #222;
    border-color: #fff;
    background-color: #fff
}

@media (min-width: 1200px) {
    .btn-slider,body section.main-slideshow .carousel-control {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    .btn-slider:hover,body section.main-slideshow .carousel-control:hover {
        color: #fff;
        border-color: #222;
        background-color: #222
    }
}

.btn_newsletter_send {
    color: #fff;
    border-color: #e0493e;
    background-color: #e0493e;
    padding-left: 20px;
    padding-right: 20px
}

.btn_newsletter_send .fa {
    color: #fff
}

.btn_newsletter_send:hover {
    color: #e0493e;
    border-color: #e0493e;
    background-color: #fff
}

.btn_newsletter_send:hover .fa {
    color: #e0493e
}

.btn_detail {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    border-color: #e0493e;
    background-color: #e0493e
}

.btn_detail .fa {
    color: #fff
}

.btn_detail_hover,body .product-detail-content #product-information .add-to-wishlist .wish-list.wl-added {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    color: #222;
    border-color: #222;
    background-color: #fff
}

.btn_detail_hover .fa,body .product-detail-content #product-information .add-to-wishlist .wish-list.wl-added .fa {
    color: #222
}

@media (max-width: 767px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

*,*::before,*::after {
    box-sizing: border-box
}

body {
    margin: 0
}

body article,body aside,body details,body figcaption,body figure,body footer,body header,body hgroup,body main,body menu,body nav,body section,body summary {
    display: block
}

body select {
    padding-top: 0;
    padding-bottom: 0
}

body select:focus {
    outline: none !important
}

body body,body input,body textarea,body button,body select {
    -webkit-text-size-adjust: 100%
}

body a {
    background-color: transparent
}

body b,body strong {
    font-weight: 500
}

body em {
    font-style: italic
}

body small {
    font-size: 80%
}

body sub,body sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

body sup {
    top: -0.5em
}

body sub {
    bottom: -0.25em
}

body img {
    max-width: 100%;
    border: 0
}

body button,body input,body optgroup,body select,body textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

body button[disabled],body html input[disabled] {
    cursor: default
}

body button::-moz-focus-inner,body [type="button"]::-moz-focus-inner,body [type="reset"]::-moz-focus-inner,body [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

body button:-moz-focusring,body [type="button"]:-moz-focusring,body [type="reset"]:-moz-focusring,body [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

body input[type="search"],body input[type="number"],body input[type="email"],body input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none
}

body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

body td,body th {
    padding: 0
}

body textarea {
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance: none
}[tabindex='-1']:focus {
    outline: none
}

a,button,[role="button"],input,label,select,textarea {
    touch-action: manipulation
}

.clearfix,body:not(.index-template) main>section.search-content,body:not(.index-template) main>section.account-content,body:not(.index-template) main>section.login-content,body:not(.index-template) main>section.register-content,body:not(.index-template) main>section .shopify-section,body:not(.index-template) main .details,body:not(.index-template) main #wish-list,body:not(.index-template) main .customer-heading,body .everybody_layout .everybody_caption,body .faq_image,body .guest_book_content #contactFormWrapper,body .sidebar .sidebar-content,body .about-content,body .related-article-body .related-content,body .product-detail-content #product-information .supports-fontface,body .product-detail-content .detail-content-inner,body .related-products,body .product_banner_bottom,body .group-form-address {
    *zoom: 1
}

.clearfix::after,body:not(.index-template) main>section.search-content::after,body:not(.index-template) main>section.account-content::after,body:not(.index-template) main>section.login-content::after,body:not(.index-template) main>section.register-content::after,body:not(.index-template) main>section .shopify-section::after,body:not(.index-template) main .details::after,body:not(.index-template) main #wish-list::after,body:not(.index-template) main .customer-heading::after,body .everybody_layout .everybody_caption::after,body .faq_image::after,body .guest_book_content #contactFormWrapper::after,body .sidebar .sidebar-content::after,body .about-content::after,body .related-article-body .related-content::after,body .product-detail-content #product-information .supports-fontface::after,body .product-detail-content .detail-content-inner::after,body .related-products::after,body .product_banner_bottom::after,body .group-form-address::after {
    content: '';
    display: table;
    clear: both
}

.visually-hidden,.icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.js-focus-hidden:focus {
    outline: none
}

.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: #333;
    background-color: #fff;
    padding: 10px;
    opacity: 1;
    z-index: 10000;
    transition: none
}

body,html {
    background-color: #f5f5f5
}

body blockquote {
    font-size: 1.28571em;
    font-style: normal;
    text-align: center;
    padding: 0 30px;
    margin: 0
}

.rte body blockquote {
    border-color: #ebebeb;
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 27.5px
}

body blockquote p+cite {
    margin-top: 27.5px
}

body blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: 400
}

body blockquote cite::before {
    content: '\2014 \0020'
}

body code,body pre {
    font-family: Consolas, monospace;
    font-size: 1em
}

body pre {
    overflow: auto
}

body input:focus {
    outline: none
}

body body,body input,body textarea,body button,body select {
    font-size: 14px;
    font-family: Montserrat;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 767px) {
    input,textarea,select,button {
        font-size: 16px
    }
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin: 0 0 17.5px;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word
}

h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit
}

h1,.h1 {
    font-size: 1.28571em;
    text-transform: none;
    letter-spacing: 0
}

@media (max-width: 480px) {
    h1,.h1 {
        font-size: 1.21429em
    }
}

h2,.h2 {
    font-size: 0.71429em;
    text-transform: uppercase
}

@media (max-width: 480px) {
    h2,.h2 {
        font-size: 0.64286em
    }
}

h3,.h3 {
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0
}

@media (max-width: 480px) {
    h3,.h3 {
        font-size: 0.71429em
    }
}

h4,.h4 {
    font-size: 15px;
}

@media (max-width: 480px) {
    h4,.h4 {
        font-size: 0.57143em
    }
}

h5,.h5 {
    font-size: 0.57143em
}

@media (max-width: 480px) {
    h5,.h5 {
        font-size: 0.5em
    }
}

h6,.h6 {
    font-size: 0.5em
}

@media (max-width: 480px) {
    h6,.h6 {
        font-size: 0.42857em
    }
}

.rte {
    color: #333;
    margin-bottom: 35px
}

.rte:last-child {
    margin-bottom: 0
}

.rte h1,.rte .h1,.rte h2,.rte .h2,.rte h3,.rte .h3,.rte h4,.rte .h4,.rte h5,.rte .h5,.rte h6,.rte .h6 {
    margin-top: 55px;
    margin-bottom: 27.5px
}

.rte h1:first-child,.rte .h1:first-child,.rte h2:first-child,.rte .h2:first-child,.rte h3:first-child,.rte .h3:first-child,.rte h4:first-child,.rte .h4:first-child,.rte h5:first-child,.rte .h5:first-child,.rte h6:first-child,.rte .h6:first-child {
    margin-top: 0
}

.rte li {
    margin-bottom: 4px;
    list-style: inherit
}

.rte li:last-child {
    margin-bottom: 0
}

.rte-setting {
    margin-bottom: 19.44444px
}

.rte-setting:last-child {
    margin-bottom: 0
}

p {
    color: #333;
    margin: 0 0 19.44444px
}

li {
    list-style: none
}

.icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.no-svg .icon {
    display: none
}

svg.icon:not(.icon--full-color) circle,svg.icon:not(.icon--full-color) ellipse,svg.icon:not(.icon--full-color) g,svg.icon:not(.icon--full-color) line,svg.icon:not(.icon--full-color) path,svg.icon:not(.icon--full-color) polygon,svg.icon:not(.icon--full-color) polyline,svg.icon:not(.icon--full-color) rect,symbol.icon:not(.icon--full-color) circle,symbol.icon:not(.icon--full-color) ellipse,symbol.icon:not(.icon--full-color) g,symbol.icon:not(.icon--full-color) line,symbol.icon:not(.icon--full-color) path,symbol.icon:not(.icon--full-color) polygon,symbol.icon:not(.icon--full-color) polyline,symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit
}

.no-svg .icon__fallback-text {
    position: static !important;
    overflow: inherit;
    clip: none;
    height: auto;
    width: auto;
    margin: 0
}

.payment-icons {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default
}

.payment-icons .icon {
    width: 30px;
    height: 30px
}

.social-icons .icon {
    width: 23px;
    height: 23px
}

@media (min-width: 768px) {
    .social-icons .icon {
        width: 25px;
        height: 25px
    }
}

.social-icons .icon.icon--wide {
    width: 40px
}

ul,ol {
    margin: 0;
    padding: 0
}

ol {
    list-style: decimal
}

.list--inline {
    padding: 0;
    margin: 0
}

.list--inline li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 0;
    vertical-align: middle
}

.rte img {
    height: auto
}

.rte table {
    table-layout: fixed
}

.rte ul,.rte ol {
    margin: 0 0 17.5px 35px
}

.rte ul.list--inline,.rte ol.list--inline {
    margin-left: 0
}

.rte ul {
    list-style: disc outside
}

.rte ul ul {
    list-style: circle outside
}

.rte ul ul ul {
    list-style: square outside
}

.rte a {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px
}

.text-center.rte ul,.text-center.rte ol,.text-center .rte ul,.text-center .rte ol {
    margin-left: 0;
    list-style-position: inside
}

.rte__table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

a {
    color: #333;
    text-decoration: none
}

a.classic-link {
    text-decoration: underline
}

.btn,body .product-detail-content #product-information .add-to-wishlist button,body .cart-inner .group-checkout-input .get-rates,body .account-content #customer-account #customer_sidebar #view_address,body .group-form-address .add-new-address,body .customer_address_table .add-new-address {
    padding: 8px 20px;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    background-color: #222;
    color: #fff;
    font-family: Montserrat;
    font-weight: 400;
    text-transform: uppercase;
    white-space: normal
}

.btn .icon-arrow-right,body .product-detail-content #product-information .add-to-wishlist button .icon-arrow-right,body .cart-inner .group-checkout-input .get-rates .icon-arrow-right,body .account-content #customer-account #customer_sidebar #view_address .icon-arrow-right,body .group-form-address .add-new-address .icon-arrow-right,body .customer_address_table .add-new-address .icon-arrow-right,.btn .icon-arrow-left,body .product-detail-content #product-information .add-to-wishlist button .icon-arrow-left,body .cart-inner .group-checkout-input .get-rates .icon-arrow-left,body .account-content #customer-account #customer_sidebar #view_address .icon-arrow-left,body .group-form-address .add-new-address .icon-arrow-left,body .customer_address_table .add-new-address .icon-arrow-left {
    height: 9px
}

.btn[disabled],body .product-detail-content #product-information .add-to-wishlist button[disabled],body .cart-inner .group-checkout-input [disabled].get-rates,body .account-content #customer-account #customer_sidebar [disabled]#view_address,body .group-form-address [disabled].add-new-address,body .customer_address_table [disabled].add-new-address {
    cursor: default;
    opacity: 0.5;
    background-color: #222;
    color: #fff
}

.btn svg,body .product-detail-content #product-information .add-to-wishlist button svg,body .cart-inner .group-checkout-input .get-rates svg,body .account-content #customer-account #customer_sidebar #view_address svg,body .group-form-address .add-new-address svg,body .customer_address_table .add-new-address svg {
    fill: currentColor
}

.btn--secondary {
    background-color: #222;
    color: #fff;
    border-color: #222
}

.btn--secondary .icon {
    fill: currentColor
}

.btn--small {
    font-family: Montserrat;
    padding: 8px 10px;
    font-size: 0.85714em;
    line-height: 1
}

.btn-product,.product .btn,.product body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .product button,.product body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .product .get-rates,.product body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .product #view_address,.product body .group-form-address .add-new-address,body .group-form-address .product .add-new-address,.product body .customer_address_table .add-new-address,body .customer_address_table .product .add-new-address,body .__btn-add-to-cart-general,body .__btn-add-to-cart,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart,body .__btn-add-to-cart-popup,body .modal-content .modal-body .add-to-cart,body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews input[type="submit"] {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.btn-product .fa,.product .btn .fa,.product body .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .product button .fa,.product body .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .product .get-rates .fa,.product body .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .product #view_address .fa,.product body .group-form-address .add-new-address .fa,body .group-form-address .product .add-new-address .fa,.product body .customer_address_table .add-new-address .fa,body .customer_address_table .product .add-new-address .fa,body .__btn-add-to-cart-general .fa,body .__btn-add-to-cart .fa,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart .fa,body .__btn-add-to-cart-popup .fa,body .modal-content .modal-body .add-to-cart .fa,body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews input[type="submit"] .fa {
    color: #fff;
}

@media (min-width: 1200px) {
    .btn-product:hover,.product .btn:hover,.product body .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist .product button:hover,.product body .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input .product .get-rates:hover,.product body .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar .product #view_address:hover,.product body .group-form-address .add-new-address:hover,body .group-form-address .product .add-new-address:hover,.product body .customer_address_table .add-new-address:hover,body .customer_address_table .product .add-new-address:hover,body .__btn-add-to-cart-general:hover,body .__btn-add-to-cart:hover,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover,body .__btn-add-to-cart-popup:hover,body .modal-content .modal-body .add-to-cart:hover,body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews input[type="submit"]:hover {
        color: #e0493e;
        border-color: #e0493e;
        background-color: #fff
    }

    .btn-product:hover .fa,.product .btn:hover .fa,.product body .product-detail-content #product-information .add-to-wishlist button:hover .fa,body .product-detail-content #product-information .add-to-wishlist .product button:hover .fa,.product body .cart-inner .group-checkout-input .get-rates:hover .fa,body .cart-inner .group-checkout-input .product .get-rates:hover .fa,.product body .account-content #customer-account #customer_sidebar #view_address:hover .fa,body .account-content #customer-account #customer_sidebar .product #view_address:hover .fa,.product body .group-form-address .add-new-address:hover .fa,body .group-form-address .product .add-new-address:hover .fa,.product body .customer_address_table .add-new-address:hover .fa,body .customer_address_table .product .add-new-address:hover .fa,body .__btn-add-to-cart-general:hover .fa,body .__btn-add-to-cart:hover .fa,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover .fa,body .__btn-add-to-cart-popup:hover .fa,body .modal-content .modal-body .add-to-cart:hover .fa,body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews input[type="submit"]:hover .fa {
        color: #e0493e
    }
}

.btn-product:hover,.product .btn:hover,.product body .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist .product button:hover,.product body .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input .product .get-rates:hover,.product body .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar .product #view_address:hover,.product body .group-form-address .add-new-address:hover,body .group-form-address .product .add-new-address:hover,.product body .customer_address_table .add-new-address:hover,body .customer_address_table .product .add-new-address:hover,body .__btn-add-to-cart-general:hover,body .__btn-add-to-cart:hover,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover,body .__btn-add-to-cart-popup:hover,body .modal-content .modal-body .add-to-cart:hover,body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews input[type="submit"]:hover,.btn-product:focus,.product .btn:focus,.product body .product-detail-content #product-information .add-to-wishlist button:focus,body .product-detail-content #product-information .add-to-wishlist .product button:focus,.product body .cart-inner .group-checkout-input .get-rates:focus,body .cart-inner .group-checkout-input .product .get-rates:focus,.product body .account-content #customer-account #customer_sidebar #view_address:focus,body .account-content #customer-account #customer_sidebar .product #view_address:focus,.product body .group-form-address .add-new-address:focus,body .group-form-address .product .add-new-address:focus,.product body .customer_address_table .add-new-address:focus,body .customer_address_table .product .add-new-address:focus,body .__btn-add-to-cart-general:focus,body .__btn-add-to-cart:focus,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart:focus,body .__btn-add-to-cart-popup:focus,body .modal-content .modal-body .add-to-cart:focus,body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews input[type="submit"]:focus {
    opacity: 1;
    outline: none
}

@media (max-width: 480px) {
    .btn--small-wide {
        padding-left: 50px;
        padding-right: 50px
    }
}

.btn--link {
    background-color: transparent;
    border: 0;
    margin: 0;
    color: #333;
    text-align: left
}

.btn--link:hover,.btn--link:focus {
    opacity: 0.6
}

.btn--link .icon {
    vertical-align: middle
}

.btn--narrow {
    padding-left: 15px;
    padding-right: 15px
}

.btn--disabled {
    opacity: 0.5;
    cursor: default
}

.btn--disabled:hover,.btn--disabled:focus {
    opacity: 0.5
}

.btn--has-icon-after .icon {
    margin-left: 10px
}

.btn--has-icon-before .icon {
    margin-right: 10px
}

.text-link {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0
}

.return-link-wrapper {
    margin: 82.5px 0
}

@media (max-width: 480px) {
    .return-link-wrapper {
        margin-bottom: -56px
    }

    .return-link-wrapper .btn,.return-link-wrapper body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .return-link-wrapper button,.return-link-wrapper body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .return-link-wrapper .get-rates,.return-link-wrapper body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .return-link-wrapper #view_address,.return-link-wrapper body .group-form-address .add-new-address,body .group-form-address .return-link-wrapper .add-new-address,.return-link-wrapper body .customer_address_table .add-new-address,body .customer_address_table .return-link-wrapper .add-new-address {
        display: block
    }
}

table {
    margin-bottom: 27.5px
}

th {
    font-family: Poppins;
    font-weight: 500
}

th,td {
    text-align: left;
    border: 1px solid #ebebeb;
    padding: 10px 14px
}

@media (max-width: 767px) {
    .responsive-table thead {
        display: none
    }

    .responsive-table tr {
        display: block
    }

    .responsive-table tr,.responsive-table td {
        float: left;
        clear: both;
        width: 100%
    }

    .responsive-table th,.responsive-table td {
        display: block;
        text-align: right;
        padding: 27.5px;
        border: 0;
        margin: 0
    }

    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px
    }

    .responsive-table__row+.responsive-table__row,tfoot>.responsive-table__row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 55px
    }

    .responsive-table__row+.responsive-table__row::after,tfoot>.responsive-table__row:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 27.5px;
        right: 27.5px;
        border-bottom: 1px solid #ebebeb
    }
}

svg:not(:root) {
    overflow: hidden
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #ebebeb;
    margin: 0 0 55px;
    padding: 27.5px
}

legend {
    border: 0;
    padding: 0
}

button {
    cursor: pointer
}

input[type="submit"] {
    cursor: pointer
}

label {
    display: block;
    margin-bottom: 5px
}

@media (max-width: 480px) {
    label {
        font-size: 0.85714em
    }
}[type="radio"]+label,[type="checkbox"]+label {
    display: inline-block;
    margin-bottom: 0
}

label[for] {
    cursor: pointer
}

input,textarea,select {
    border: 1px solid #ebebeb;
    background-color: #fff;
    color: #222;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 0
}

input:focus,textarea:focus,select:focus {
    border-color: #d2d2d2
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder,select:focus::-webkit-input-placeholder {
    color: transparent;
    font-weight: 300
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder,select:focus::-moz-placeholder {
    color: transparent;
    font-weight: 300
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder,select:focus:-ms-input-placeholder {
    color: transparent;
    font-weight: 300
}

input:focus::-ms-input-placeholder,textarea:focus::-ms-input-placeholder,select:focus::-ms-input-placeholder {
    color: transparent;
    font-weight: 300
}

input[disabled],textarea[disabled],select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

input.input--error::-webkit-input-placeholder,textarea.input--error::-webkit-input-placeholder,select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5
}

input.input--error::-moz-placeholder,textarea.input--error::-moz-placeholder,select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5
}

input.input--error:-ms-input-placeholder,textarea.input--error:-ms-input-placeholder,select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5
}

input.input--error::-ms-input-placeholder,textarea.input--error::-ms-input-placeholder,select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1
}

input.hidden-placeholder::-webkit-input-placeholder,textarea.hidden-placeholder::-webkit-input-placeholder,select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent
}

input.hidden-placeholder::-moz-placeholder,textarea.hidden-placeholder::-moz-placeholder,select.hidden-placeholder::-moz-placeholder {
    color: transparent
}

input.hidden-placeholder:-ms-input-placeholder,textarea.hidden-placeholder:-ms-input-placeholder,select.hidden-placeholder:-ms-input-placeholder {
    color: transparent
}

input.hidden-placeholder::-ms-input-placeholder,textarea.hidden-placeholder::-ms-input-placeholder,select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1
}

textarea {
    min-height: 100px
}

input.input--error,select.input--error,textarea.input--error {
    border-color: #d20000;
    background-color: #fff8f8;
    color: #d20000
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../images/ico-select.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #fff;
    line-height: 1.2;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px
}

@media (min-width: 768px) {
    select {
        padding-top: 10px;
        padding-left: 18px;
        padding-bottom: 10px
    }
}

.ie9 select {
    padding-right: 10px;
    background-image: none
}

optgroup {
    font-weight: 500
}

option {
    color: #333;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

.label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}

::-webkit-input-placeholder {
    color: #222;
    opacity: 0.6;
    font-weight: 300;
    font-family: Poppins
}

::-moz-placeholder {
    color: #222;
    opacity: 0.6;
    font-weight: 300;
    font-family: Poppins
}

:-ms-input-placeholder {
    color: #222;
    opacity: 0.6;
    font-weight: 300;
    font-family: Poppins
}

::-ms-input-placeholder {
    color: #222;
    opacity: 1;
    font-weight: 300;
    font-family: Poppins
}

.label--error {
    color: #d20000
}

input,textarea {
    padding: 8px 15px
}

@media (min-width: 768px) {
    input,textarea {
        padding: 10px 18px
    }
}

.form-vertical input,.form-vertical select,.form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 19.44444px
}

.form-vertical [type="radio"],.form-vertical [type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.form-vertical [type="submit"],.form-vertical .btn,.form-vertical body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .form-vertical button,.form-vertical body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .form-vertical .get-rates,.form-vertical body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .form-vertical #view_address,.form-vertical body .group-form-address .add-new-address,body .group-form-address .form-vertical .add-new-address,.form-vertical body .customer_address_table .add-new-address,body .customer_address_table .form-vertical .add-new-address {
    display: inline-block;
    width: auto
}

.form--success,.errors {
    padding: 8px;
    margin: 0 0 27.5px
}

@media (min-width: 768px) {
    .form--success,.errors {
        padding: 10px
    }
}

.form--success {
    border: 1px solid #19a340;
    background-color: #f8fff9;
    color: #19a340
}

.errors {
    border: 1px solid #d20000;
    background-color: #fff8f8;
    color: #d20000
}

.errors ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.errors a {
    color: #d20000;
    text-decoration: underline
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.align--top-middle {
    text-align: center
}

.align--top-right {
    text-align: right
}

.align--middle-left {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.align--center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: center
}

.align--middle-right {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: right
}

.align--bottom-left {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.align--bottom-middle {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: center
}

.align--bottom-right {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: right
}

.effect-zoom-scale-opacity-3,body .grooms_content .image_layout .image_content .image_item>span.image,body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image span,body .contact-content .manifesto_layout .manifesto_content .manifesto_item span,body .sidebar .sidebar-block.banner-block>a,body .sidebar .blogs-recent .article-image,body #collection .collection_banner_top>a,body #collection .collection_banner_bottom a,body .articles .blog-top .article-image,body .articles .blog-items .article-image,body #blog .sidebar .sidebar-block.blog-banner>a,body .wishlist-model .wishlist-product-img {
    position: relative
}

.effect-zoom-scale-opacity-3:after,body .grooms_content .image_layout .image_content .image_item>span.image:after,body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image span:after,body .contact-content .manifesto_layout .manifesto_content .manifesto_item span:after,body .sidebar .sidebar-block.banner-block>a:after,body .sidebar .blogs-recent .article-image:after,body #collection .collection_banner_top>a:after,body #collection .collection_banner_bottom a:after,body .articles .blog-top .article-image:after,body .articles .blog-items .article-image:after,body #blog .sidebar .sidebar-block.blog-banner>a:after,body .wishlist-model .wishlist-product-img:after,.effect-zoom-scale-opacity-3:before,body .grooms_content .image_layout .image_content .image_item>span.image:before,body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image span:before,body .contact-content .manifesto_layout .manifesto_content .manifesto_item span:before,body .sidebar .sidebar-block.banner-block>a:before,body .sidebar .blogs-recent .article-image:before,body #collection .collection_banner_top>a:before,body #collection .collection_banner_bottom a:before,body .articles .blog-top .article-image:before,body .articles .blog-items .article-image:before,body #blog .sidebar .sidebar-block.blog-banner>a:before,body .wishlist-model .wishlist-product-img:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(230,239,238,0.2)
}

.effect-zoom-scale-opacity-3:after,body .grooms_content .image_layout .image_content .image_item>span.image:after,body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image span:after,body .contact-content .manifesto_layout .manifesto_content .manifesto_item span:after,body .sidebar .sidebar-block.banner-block>a:after,body .sidebar .blogs-recent .article-image:after,body #collection .collection_banner_top>a:after,body #collection .collection_banner_bottom a:after,body .articles .blog-top .article-image:after,body .articles .blog-items .article-image:after,body #blog .sidebar .sidebar-block.blog-banner>a:after,body .wishlist-model .wishlist-product-img:after {
    top: 0;
    left: 0
}

.effect-zoom-scale-opacity-3:before,body .grooms_content .image_layout .image_content .image_item>span.image:before,body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image span:before,body .contact-content .manifesto_layout .manifesto_content .manifesto_item span:before,body .sidebar .sidebar-block.banner-block>a:before,body .sidebar .blogs-recent .article-image:before,body #collection .collection_banner_top>a:before,body #collection .collection_banner_bottom a:before,body .articles .blog-top .article-image:before,body .articles .blog-items .article-image:before,body #blog .sidebar .sidebar-block.blog-banner>a:before,body .wishlist-model .wishlist-product-img:before {
    bottom: 0;
    right: 0
}

.effect-zoom-scale-opacity-3:hover:after,body .grooms_content .image_layout .image_content .image_item>span.image:hover:after,body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image span:hover:after,body .contact-content .manifesto_layout .manifesto_content .manifesto_item span:hover:after,body .sidebar .sidebar-block.banner-block>a:hover:after,body .sidebar .blogs-recent .article-image:hover:after,body #collection .collection_banner_top>a:hover:after,body #collection .collection_banner_bottom a:hover:after,body .articles .blog-top .article-image:hover:after,body .articles .blog-items .article-image:hover:after,body #blog .sidebar .sidebar-block.blog-banner>a:hover:after,body .wishlist-model .wishlist-product-img:hover:after,.effect-zoom-scale-opacity-3:hover:before,body .grooms_content .image_layout .image_content .image_item>span.image:hover:before,body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image span:hover:before,body .contact-content .manifesto_layout .manifesto_content .manifesto_item span:hover:before,body .sidebar .sidebar-block.banner-block>a:hover:before,body .sidebar .blogs-recent .article-image:hover:before,body #collection .collection_banner_top>a:hover:before,body #collection .collection_banner_bottom a:hover:before,body .articles .blog-top .article-image:hover:before,body .articles .blog-items .article-image:hover:before,body #blog .sidebar .sidebar-block.blog-banner>a:hover:before,body .wishlist-model .wishlist-product-img:hover:before {
    width: 100%;
    height: 100%
}

.effect4-box-shadow {
    position: relative
}

.effect4-box-shadow:after {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.effect4-box-shadow-hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.rotate-effect {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%
}

.rotate-effect-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 0
}

._view,body section.home_bantop_layout .home_bantop_inner>div a:not(.btn),body section.home_banbot_layout .home_banbot_inner .banbot_image>a {
    overflow: hidden;
    position: relative;
    display: block
}

._view-mask,body section.home_bantop_layout .home_bantop_inner>div a:not(.btn):before,body section.home_banbot_layout .home_banbot_inner .banbot_image>a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(226,95,63,0);
    -ms-transform: translate(200px, 100px) rotate(90deg);
    -webkit-transform: translate(200px, 100px) rotate(90deg);
    transform: translate(200px, 100px) rotate(90deg);
    -ms-transition: all 0.2s 0.4s ease;
    -webkit-transition: all 0.2s 0.4s ease;
    transition: all 0.2s 0.4s ease
}

._view-mask-reverse {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(226,95,63,0);
    -ms-transform: translate(0px, 460px) rotate(-90deg);
    -webkit-transform: translate(0px, 460px) rotate(-90deg);
    transform: translate(0px, 460px) rotate(-90deg);
    -ms-transition: all 0.2s 0.4s ease;
    -webkit-transition: all 0.2s 0.4s ease;
    transition: all 0.2s 0.4s ease
}

._view-mask-hover,body section.home_bantop_layout .home_bantop_inner>div a:not(.btn):hover:before,body section.home_banbot_layout .home_banbot_inner .banbot_image>a:hover:before {
    background-color: rgba(226,95,63,0.2);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}

.hi-icon-effect-5 .hi-icon,footer section.footer_sopay_block .payment_content .payment_list li .hi-icon,footer section.footer_sopay_block .payment_content .payment_list li svg {
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s
}

.hi-icon-effect-5 .hi-icon:after,footer section.footer_sopay_block .payment_content .payment_list li .hi-icon:after,footer section.footer_sopay_block .payment_content .payment_list li svg:after {
    display: none
}

.hi-icon-effect-5 .hi-icon:hover,footer section.footer_sopay_block .payment_content .payment_list li .hi-icon:hover,footer section.footer_sopay_block .payment_content .payment_list li svg:hover {
    color: #000000;
    fill: #000000;
    padding: 2px
}

.hi-icon-effect-5a .hi-icon:hover:before,.hi-icon-effect-5a footer section.footer_sopay_block .payment_content .payment_list li svg:hover:before,footer section.footer_sopay_block .payment_content .payment_list li .hi-icon-effect-5a svg:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.hi-icon-effect-5b .hi-icon:hover:before,.hi-icon-effect-5b footer section.footer_sopay_block .payment_content .payment_list li svg:hover:before,footer section.footer_sopay_block .payment_content .payment_list li .hi-icon-effect-5b svg:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

.hi-icon-effect-5c .hi-icon:hover:before,.hi-icon-effect-5c footer section.footer_sopay_block .payment_content .payment_list li svg:hover:before,footer section.footer_sopay_block .payment_content .payment_list li .hi-icon-effect-5c svg:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.hi-icon-effect-5d .hi-icon:hover:before,.hi-icon-effect-5d footer section.footer_sopay_block .payment_content .payment_list li svg:hover:before,footer section.footer_sopay_block .payment_content .payment_list li .hi-icon-effect-5d svg:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@media (min-width: 1200px) {
    .hover-img-effect>img {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    .hover-img-effect:hover>img {
        -ms-transform: scale(1.02, 1.02);
        -webkit-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
        z-index: 5
    }
}

.emthemesModez-banner-figure a,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-1 a,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-2 a,body section.home_proban_layout .home_proban_content .proban_banner a,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top a,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom a,body section.home_banner_layout .home_banner_inner .banner_item a,body section.home_protab1_layout .protab1_bottom .protab1_banner a,body section.home_protab2_layout .protab2_banner .banner_content a,body .page-lookbook .lookbook-content .lb-element a {
    position: relative;
    display: block;
    overflow: hidden
}

.emthemesModez-banner-figure a:before,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-1 a:before,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-2 a:before,body section.home_proban_layout .home_proban_content .proban_banner a:before,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top a:before,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom a:before,body section.home_banner_layout .home_banner_inner .banner_item a:before,body section.home_protab1_layout .protab1_bottom .protab1_banner a:before,body section.home_protab2_layout .protab2_banner .banner_content a:before,body .page-lookbook .lookbook-content .lb-element a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-top: 1px solid rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.8);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.emthemesModez-banner-figure a:after,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-1 a:after,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-2 a:after,body section.home_proban_layout .home_proban_content .proban_banner a:after,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top a:after,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom a:after,body section.home_banner_layout .home_banner_inner .banner_item a:after,body section.home_protab1_layout .protab1_bottom .protab1_banner a:after,body section.home_protab2_layout .protab2_banner .banner_content a:after,body .page-lookbook .lookbook-content .lb-element a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-left: 1px solid rgba(255,255,255,0.8);
    border-right: 1px solid rgba(255,255,255,0.8);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.emthemesModez-banner-figure a:hover:after,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-1 a:hover:after,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-2 a:hover:after,body section.home_proban_layout .home_proban_content .proban_banner a:hover:after,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top a:hover:after,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom a:hover:after,body section.home_banner_layout .home_banner_inner .banner_item a:hover:after,body section.home_protab1_layout .protab1_bottom .protab1_banner a:hover:after,body section.home_protab2_layout .protab2_banner .banner_content a:hover:after,body .page-lookbook .lookbook-content .lb-element a:hover:after,.emthemesModez-banner-figure a:hover:before,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-1 a:hover:before,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-2 a:hover:before,body section.home_proban_layout .home_proban_content .proban_banner a:hover:before,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top a:hover:before,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom a:hover:before,body section.home_banner_layout .home_banner_inner .banner_item a:hover:before,body section.home_protab1_layout .protab1_bottom .protab1_banner a:hover:before,body section.home_protab2_layout .protab2_banner .banner_content a:hover:before,body .page-lookbook .lookbook-content .lb-element a:hover:before {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.emthemesModez-banner-figure a:hover:after,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-1 a:hover:after,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-2 a:hover:after,body section.home_proban_layout .home_proban_content .proban_banner a:hover:after,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top a:hover:after,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom a:hover:after,body section.home_banner_layout .home_banner_inner .banner_item a:hover:after,body section.home_protab1_layout .protab1_bottom .protab1_banner a:hover:after,body section.home_protab2_layout .protab2_banner .banner_content a:hover:after,body .page-lookbook .lookbook-content .lb-element a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.emthemesModez-banner-figure a:hover img,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-1 a:hover img,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-2 a:hover img,body section.home_proban_layout .home_proban_content .proban_banner a:hover img,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top a:hover img,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom a:hover img,body section.home_banner_layout .home_banner_inner .banner_item a:hover img,body section.home_protab1_layout .protab1_bottom .protab1_banner a:hover img,body section.home_protab2_layout .protab2_banner .banner_content a:hover img,body .page-lookbook .lookbook-content .lb-element a:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95)
}

.emthemesModez-banner-figure img,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-1 img,body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-2 img,body section.home_proban_layout .home_proban_content .proban_banner img,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top img,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom img,body section.home_banner_layout .home_banner_inner .banner_item img,body section.home_protab1_layout .protab1_bottom .protab1_banner img,body section.home_protab2_layout .protab2_banner .banner_content img,body .page-lookbook .lookbook-content .lb-element img {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.btn,body .product-detail-content #product-information .add-to-wishlist button,body .cart-inner .group-checkout-input .get-rates,body .account-content #customer-account #customer_sidebar #view_address,body .group-form-address .add-new-address,body .customer_address_table .add-new-address {
    font-family: Poppins
}

._zoombanner,body .article-body .article-image img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

._zoombanner_hover,body .article-body .article-image:hover img {
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)
}

.dis_table,#loader-div #loader-wrapper,.product .hover-mask .group-mask {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.dis_tablecell,#loader-div #loader-wrapper .loading-div-logo,.product .hover-mask .group-mask .inner-mask {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

body *,html * {
    font-smooth: always;
    -webkit-font-smoothing: initial
}

body {
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    font-family: Poppins;
}

@media (max-width: 1200px) {
    body {
        overflow-x: hidden
    }
}

label {
    font-weight: 400;
    font-size: 14px
}

input,textarea {
    border: 1px solid #ebebeb
}

.dropdown-menu {
    font-size: 14px;
    border-radius: 0
}

.form-control {
    border-radius: 0
}

a:focus,a:hover {
    color: #333;
    text-decoration: none;
    outline: none
}

#loader-div {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9)
}

#tags-load {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999
}

#tags-load>i {
    top: 50%;
    position: absolute
}

.date,.article-date {
    font-family: "Open Sans"
}

.owl-buttons .owl-prev,.owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -26.5px;
    width: 53px;
    height: 53px;
    line-height: 51px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-image: none !important;
    color: #222;
    border-color: #ebebeb;
    background-color: #fff
}

.owl-buttons .owl-prev .fa,.owl-buttons .owl-next .fa {
    color: #222;
    font-size: 20px;
    line-height: 51px
}

@media (min-width: 1200px) {
    .owl-buttons .owl-prev,.owl-buttons .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    .owl-buttons .owl-prev:hover,.owl-buttons .owl-next:hover {
        color: #fff;
        border-color: #a29e9e;
        background-color: #a29e9e
    }

    .owl-buttons .owl-prev:hover .fa,.owl-buttons .owl-next:hover .fa {
        color: #fff
    }
}

.owl-buttons .owl-prev {
    left: 0px
}

.owl-buttons .owl-next {
    right: 0px
}

@media (max-width: 767px) {
    .owl-buttons .owl-prev {
        left: 15px
    }

    .owl-buttons .owl-next {
        right: 15px
    }
}

ul.navigation_links {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0;
    padding-left: 40px;
    text-align: center
}

ul.navigation_links>li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0;
    height: 50px;
    line-height: 50px;
    margin-right: 14px;
}

ul.navigation_links>li>a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    position: relative
}

ul.navigation_links>li>a span {
    font-family: Poppins
}

ul.navigation_links>li>a .fa {
    margin-left: 5px
}

@media (min-width: 1200px) {
    ul.navigation_links>li>a:hover {
        color: #e0493e
    }
}

ul.navigation_links>li.dropdown:hover>a {
    color: #e0493e
}

ul.navigation_links>li:hover>a,ul.navigation_links>li.active>a {
    color: #e0493e
}

ul.navigation_links>li.dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    border: 0
}

ul.navigation_links>li.dropdown .dropdown-menu .list-title {
    color: #222;
    text-transform: uppercase
}

ul.navigation_links>li.dropdown .dropdown-menu li>a:not(.btn) {
    color: #222
}

ul.navigation_links>li.dropdown .dropdown-menu li>a:not(.btn):hover {
    color: #e0493e !important
}

ul.navigation_links>li.dropdown .dropdown-menu li>a:not(.btn):focus,ul.navigation_links>li.dropdown .dropdown-menu li>a:not(.btn):hover {
    background-color: transparent !important
}

ul.navigation_links>li.dropdown .dropdown-menu.megamenu-container {
    width: 100% !important;
    background-repeat: no-repeat;
    font-weight: 300
}

ul.navigation_links>li.dropdown.mega-menu {
    position: static
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container {
    padding: 35px 20px 25px 20px;
    background-position: right bottom
}

@media (max-width: 1199px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container {
        padding: 30px 20px 25px 20px
    }
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container .mega-links ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.5em
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container .mega-links ul li.list-title {
    font-size: 18px;
    font-weight: 400;
    font-family: Poppins;
    text-transform: capitalize;
    line-height: 1.2em;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container .mega-links ul li a {
    font-size: 14px;
    text-transform: capitalize
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container .mega-links ul li:last-child {
    border-bottom: 0
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container ul {
    list-style: none
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container a:not(.btn):hover {
    color: #e0493e
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu>li:last-child {
    padding-right: 200px
}

@media (max-width: 991px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu>li:last-child {
        padding-right: 100px
    }
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu .mega1-collumn3 .col-image {
    margin-bottom: 15px
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu .mega1-collumn3 .col-caption {
    font-size: 14px;
    line-height: 2em;
    color: #222
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product {
    border-width: 0;
    margin-bottom: 15px
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product .product-price {
    font-size: 14px;
    font-weight: 500
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product .product-title a {
    line-height: 1.5em
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product .product-price,ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product .product-title {
    padding-right: 0
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product .row-left {
    width: 100%
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product .row-right {
    width: 100%;
    padding-top: 0;
    position: absolute;
    color: #333
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product .row-left,ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product .row-right {
    float: left;
    line-height: 1em
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 .product:hover .row-right {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media (max-width: 1199px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 {
        padding-top: 40px;
        padding-bottom: 20px
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .product .row-right {
        padding-left: 0
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .product .row-left {
        padding-right: 15px
    }
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega-links {
    width: 26.66667%
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 {
    width: 20%
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .product .row-right {
    position: relative !important
}

@media (max-width: 1199px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega-links {
        width: 33.33333%
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .products_right_item {
        width: 50%
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .products_right_item .product {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        background-color: transparent
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .products_right_item .product .row-left {
        width: 30% !important
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .products_right_item .product .row-right {
        background-color: transparent;
        width: 70% !important;
        color: #333;
        position: relative
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .products_right_item .product .row-right .product-title,ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .products_right_item .product .row-right .product-price {
        position: static
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-2 .mega2-collumn4 .products_right_item .product .row-right * {
        text-align: left
    }
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .mega3-collumn3 {
    padding-right: 270px;
    min-height: 200px;
    height: 200px
}

@media (max-width: 1199px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .mega3-collumn3 {
        padding-right: 190px
    }
}

@media (max-width: 991px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .mega3-collumn3 {
        padding-right: 180px
    }
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .col-caption {
    text-transform: uppercase;
    font-weight: 500;
    text-align: right
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .col-caption .title {
    color: #f34336;
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 20px
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .col-caption .content {
    color: #424242;
    display: block;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1em
}

@media (max-width: 991px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .col-caption {
        color: #fff
    }
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .btn,ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 button,ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .get-rates,ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 #view_address,ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 body .group-form-address .add-new-address,body .group-form-address ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .add-new-address,ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 body .customer_address_table .add-new-address,body .customer_address_table ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-3 .add-new-address {
    float: right
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-top>a {
    display: block
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-title {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-family: Montserrat;
    font-weight: 400;
    margin: 10px 0
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-title:hover {
    color: #000000
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-img {
    margin-bottom: 15px
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog_group {
    width: 100%;
    float: left;
    margin: 10px 0;
    color: #222
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog_group .blog-date {
    float: left
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog_group .blog-date .fa {
    margin-right: 5px;
    color: #222
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog_group .blog-comment {
    float: right
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog_group .blog-comment .fa {
    font-size: 20px;
    margin-right: 5px
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega-links {
    width: 25%;
    padding-right: 70px
}

@media (max-width: 1199px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega-links {
        padding-right: 40px
    }
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    width: 50%
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 .blog-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 .blog-item-inner {
    width: 50%;
    padding: 0 15px
}

ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 .blog-content {
    line-height: 1.5em
}

@media (max-width: 1199px) {
    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 .blog-item-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        width: 100%
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 .blog-item-inner .blog-top {
        width: 40%
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 .blog-item-inner .blog-img {
        margin-bottom: 0px
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 .blog-item-inner .blog-title {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 14px
    }

    ul.navigation_links>li.dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 .blog-item-inner .blog-content {
        padding-left: 20px
    }
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu {
    background-color: #fff;
    padding: 0px
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li {
    min-width: 170px;
    border-color: #222;
    margin-bottom: 0;
    padding: 0px 15px
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li .fa {
    position: absolute;
    top: 50%;
    right: 30px !important;
    margin-top: -5px
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li>a {
    padding: 10px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #ebebeb
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li:last-child>a {
    border-bottom: 0
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li.dropdown.li-sub-mega {
    position: relative
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li.dropdown.li-sub-mega .sub-dropdown {
    display: block !important;
    padding-right: 3px;
    left: 100%;
    position: absolute;
    top: 0;
    height: 100%
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li.dropdown>.dropdown-menu {
    display: block !important;
    border: 0;
    left: 100%;
    top: 0;
    border: 0;
    margin-left: 1px
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li.dropdown>.dropdown-menu {
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

@media (min-width: 1200px) {
    ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li.dropdown>.dropdown-menu {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li.dropdown:hover>.dropdown-menu {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li:hover a,ul.navigation_links>li.dropdown:not(.mega-menu) .dropdown-menu>li.active a {
    background-color: transparent;
    color: #e0493e
}

ul.navigation_links>li:last-child.dropdown .dropdown-menu {
    right: 0;
    left: auto
}

@media (max-width: 1199px) {
    ul.navigation_links {
        padding-left: 30px
    }

    ul.navigation_links>li {
        margin-right: 30px
    }

    ul.navigation_links>li>a {
        font-size: 13px
    }
}

@media (max-width: 991px) {
    ul.navigation_links {
        text-align: center;
        padding-left: 20px
    }

    ul.navigation_links li {
        margin-right: 10px
    }
}

.home-leftmenu-inner {
    padding: 0;
    z-index: 2
}

.navigation_links_left {
    background-color: #fff;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0
}

.navigation_links_left .sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 5px;
    height: 100%
}

.navigation_links_left .dropdown-menu {
    border-width: 0
}

.navigation_links_left .dropdown-menu>.active>a,.navigation_links_left .dropdown-menu>.active>a:focus,.navigation_links_left .dropdown-menu>.active>a:hover {
    color: #000000
}

.navigation_links_left.dropdown-menu {
    width: 270px
}

.navigation_links_left.dropdown-menu>li>a {
    font-weight: 400
}

.navigation_links_left li {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-bottom: 1px solid #f4f3f3;
}

.navigation_links_left li.nav-view-more {
    border-top: 1px solid #ebebeb
}

.navigation_links_left li .fa {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    bottom: auto;
    margin-top: -7px
}

.navigation_links_left li a {
    display: block;
    background-color: transparent !important;
    padding: 5.95px 0;
    font-size: 12px;
    color: #222;
    font-weight: 400;
    font-family: Poppins
}

.navigation_links_left li a img {
    margin-right: 5px
}

.navigation_links_left li:hover>a,.navigation_links_left li.active>a {
    color: #000000
}

.navigation_links_left li.dropdown .dropdown-menu {
    top: 0;
    left: 100%;
    padding: 0;
    margin: 0;
    display: block !important;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.navigation_links_left>li:hover>.dropdown-menu {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.navigation_links_left>li:hover>.dropdown-menu>li:hover>.dropdown-menu {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.translate_group {
    margin: 14px 0;
    float: left
}

.translate_group .translate_wrapper {
    padding-right: 30px;
    position: relative
}

.translate_group .translate_wrapper:after {
    position: absolute;
    top: 50%;
    height: 13px;
    width: 1px;
    right: 0;
    margin-right: 15px;
    content: '';
    background-color: #ebebeb;
    margin-top: -6.5px
}

.translate_group .translate_wrapper img {
    max-width: 20px;
    margin-right: 5px;
    margin-left: 5px
}

.translate_group .translate_wrapper img,.translate_group .translate_wrapper .fa,.translate_group .translate_wrapper .translate_code {
    color: #ebebeb;
    line-height: 20px
}

.translate_group .translate.dropdown-menu {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    text-align: center;
    margin-top: 14px
}

.translate_group .translate.dropdown-menu li.active>a {
    background-color: #333;
    color: #fff
}

@media (min-width: 1200px) {
    .translate_group .translate.dropdown-menu li:hover>a {
        background-color: #333;
        color: #fff
    }
}

.translate_group .fa {
    margin: 0 5px
}

.currency_group {
    margin-right: 25px;
    line-height: 20px
}

.currency_group .sub-dropdown {
    top: 100%;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 1
}

.currency_group .currency:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.currency_group .currency>a {
    color: #fff !important;
    display: block
}

.currency_group .currency_wrapper>img {
    max-width: 18px;
    margin-right: 5px;
    margin-top: -3px
}

.currency_group .currency_wrapper .fa-caret-down {
    margin-left: 10px;
    font-size: 12px
}

.currency_group .currencies {
    text-align: center;
    font-size: 13px;
    border-radius: 0;
    border-width: 0
}

.currency_group .currencies.dropdown-menu {
    left: auto;
    right: 0;
    margin: 0;
    padding: 0;
    min-width: 70px !important;
    margin-top: 2px
}

.currency_group .currencies.dropdown-menu a {
    font-size: 14px;
    font-family: Poppins;
    color: #333 !important
}

.currency_group .currencies.dropdown-menu>li>a:focus,.currency_group .currencies.dropdown-menu>li>a:hover,.currency_group .currencies.dropdown-menu>.active>a,.currency_group .currencies.dropdown-menu>.active>a:focus,.currency_group .currencies.dropdown-menu>.active>a:hover {
    background-color: #333333 !important;
    color: #fff !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    .currency_group {
        margin-left: 20px
    }
}

@media (max-width: 1199px) {
    .currency_group {
        margin-left: 15px;
        margin-right: 15px
    }
}

#loginBox {
    margin-top: 2px;
    padding: 20px 20px 15px;
    border-radius: 0;
    width: 220px;
    right: 0;
    left: auto;
    border: 0
}

#loginBox a,#loginBox span,#loginBox .form-control {
    font-size: 14px;
    font-family: Poppins
}

#loginBox .form-control {
    border: 1px solid #fff
}

#loginBox .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
    font-family: Poppins;
    font-size: 14px
}

#loginBox .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
    font-family: Poppins;
    font-size: 14px
}

#loginBox .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
    font-family: Poppins;
    font-size: 14px
}

#loginBox .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-weight: 300;
    font-family: Poppins;
    font-size: 14px
}

#loginBox .btn,#loginBox body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist #loginBox button,#loginBox body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input #loginBox .get-rates,#loginBox body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar #loginBox #view_address,#loginBox body .group-form-address .add-new-address,body .group-form-address #loginBox .add-new-address,#loginBox body .customer_address_table .add-new-address,body .customer_address_table #loginBox .add-new-address {
    width: auto;
    display: block;
    margin: 0 auto;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    line-height: 42px
}

#loginBox .btn[type="submit"],#loginBox body .product-detail-content #product-information .add-to-wishlist button[type="submit"],body .product-detail-content #product-information .add-to-wishlist #loginBox button[type="submit"],#loginBox body .cart-inner .group-checkout-input [type="submit"].get-rates,body .cart-inner .group-checkout-input #loginBox [type="submit"].get-rates,#loginBox body .account-content #customer-account #customer_sidebar [type="submit"]#view_address,body .account-content #customer-account #customer_sidebar #loginBox [type="submit"]#view_address,#loginBox body .group-form-address [type="submit"].add-new-address,body .group-form-address #loginBox [type="submit"].add-new-address,#loginBox body .customer_address_table [type="submit"].add-new-address,body .customer_address_table #loginBox [type="submit"].add-new-address {
    margin-bottom: 5px
}

#loginBox .btn:focus,#loginBox body .product-detail-content #product-information .add-to-wishlist button:focus,body .product-detail-content #product-information .add-to-wishlist #loginBox button:focus,#loginBox body .cart-inner .group-checkout-input .get-rates:focus,body .cart-inner .group-checkout-input #loginBox .get-rates:focus,#loginBox body .account-content #customer-account #customer_sidebar #view_address:focus,body .account-content #customer-account #customer_sidebar #loginBox #view_address:focus,#loginBox body .group-form-address .add-new-address:focus,body .group-form-address #loginBox .add-new-address:focus,#loginBox body .customer_address_table .add-new-address:focus,body .customer_address_table #loginBox .add-new-address:focus {
    outline: none
}

#loginBox #bodyBox>ul>li {
    margin-bottom: 15px;
    text-align: center;
    height: auto;
    line-height: 1em
}

#loginBox #bodyBox>ul>li:last-child {
    margin-bottom: 0px;
    text-align: left
}

#loginBox #bodyBox>ul>li:last-child a {
    margin-bottom: 10px;
    display: block
}

#loginBox #bodyBox>ul>li:last-child a span {
    color: #333
}

@media (min-width: 1200px) {
    #loginBox #bodyBox>ul>li:last-child a:hover span {
        color: #000000
    }
}

.nav-search {
    position: relative;
    margin-top: 0
}

.nav-search #search-info.dropdown-menu {
    margin: 0;
    margin-top: 6px;
    padding: 20px;
    border: 1px solid #ebebeb
}

.nav-search form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 40px
}

.nav-search form .search_box {
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    text-transform: capitalize;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px
}

.nav-search form .search_submit {
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.nav-search form .search_submit:focus {
    outline: none
}

.nav-search form .search_submit svg {
    fill: #222
}

.nav-search ::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px
}

.nav-search ::-moz-placeholder {
    color: #222;
    opacity: 1;
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px
}

.nav-search :-ms-input-placeholder {
    color: #222;
    opacity: 1;
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px
}

.nav-search ::-ms-input-placeholder {
    color: #222;
    opacity: 1;
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px
}

.btn-close,.cart-info .cart-content>.items .cart-close {
    color: #fff;
    background-color: #000
}

.btn-close:hover,.cart-info .cart-content>.items .cart-close:hover {
    background-color: #000000
}

.cart-info {
    border-radius: 0;
    margin: 0;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0;
    width: 300px;
    right: 0px;
    left: auto;
    max-height: 480px;
    overflow-y: auto;
    border: 1px solid #ebebeb
}

.cart-info .cart-content {
    background-color: #fff;
    color: #333
}

.cart-info .cart-content>.empty {
    padding: 20px;
    line-height: 3em
}

.cart-info .cart-content>.empty em {
    font-style: normal
}

.cart-info .cart-content>.empty .btn,.cart-info .cart-content>.empty body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .cart-info .cart-content>.empty button,.cart-info .cart-content>.empty body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .cart-info .cart-content>.empty .get-rates,.cart-info .cart-content>.empty body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .cart-info .cart-content>.empty #view_address,.cart-info .cart-content>.empty body .group-form-address .add-new-address,body .group-form-address .cart-info .cart-content>.empty .add-new-address,.cart-info .cart-content>.empty body .customer_address_table .add-new-address,body .customer_address_table .cart-info .cart-content>.empty .add-new-address {
    display: inline-block;
    *display: inline;
    zoom: 1;
    display: block !important
}

.cart-info .cart-content>.items .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 20px;
    position: relative
}

.cart-info .cart-content>.items .cart-close {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100%
}

.cart-info .cart-content>.items .cart-close .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 7px;
    margin-top: -3.52px;
    margin-left: -2.6px
}

.cart-info .cart-content>.items .cart-left {
    width: 30%
}

.cart-info .cart-content>.items .cart-left img {
    max-width: 100%
}

.cart-info .cart-content>.items .cart-right {
    width: 70%;
    padding-left: 15px
}

.cart-info .cart-content>.items .cart-right .cart-title {
    line-height: 1.5em;
    margin-bottom: 10px
}

.cart-info .cart-content>.items .cart-right .cart-title a {
    text-transform: capitalize;
    font-size: 14px;
    color: #222;
    display: block
}

@media (min-width: 1200px) {
    .cart-info .cart-content>.items .cart-right .cart-title a:hover {
        color: #000000
    }
}

.cart-info .cart-content>.items .cart-right .cart-price {
    font-size: 14px;
    /*! letter-spacing: 1px; */
    font-weight: 500
}

.cart-info .cart-content>.items .cart-right .cart-price span {
    color: #000000
}

.cart-info .cart-content .subtotal {
    padding: 25px 20px 25px 20px;
    color: #222
}

.cart-info .cart-content .subtotal span {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px
}

.cart-info .cart-content .subtotal span:last-child {
    margin: 0;
    float: right
}

.cart-info .cart-content .action {
    padding: 0 20px 20px 20px;
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.cart-info .cart-content .action .btn,.cart-info .cart-content .action body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .cart-info .cart-content .action button,.cart-info .cart-content .action body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .cart-info .cart-content .action .get-rates,.cart-info .cart-content .action body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .cart-info .cart-content .action #view_address,.cart-info .cart-content .action body .group-form-address .add-new-address,body .group-form-address .cart-info .cart-content .action .add-new-address,.cart-info .cart-content .action body .customer_address_table .add-new-address,body .customer_address_table .cart-info .cart-content .action .add-new-address {
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.cart-info .cart-content .action .btn .fa,.cart-info .cart-content .action body .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .cart-info .cart-content .action button .fa,.cart-info .cart-content .action body .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .cart-info .cart-content .action .get-rates .fa,.cart-info .cart-content .action body .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .cart-info .cart-content .action #view_address .fa,.cart-info .cart-content .action body .group-form-address .add-new-address .fa,body .group-form-address .cart-info .cart-content .action .add-new-address .fa,.cart-info .cart-content .action body .customer_address_table .add-new-address .fa,body .customer_address_table .cart-info .cart-content .action .add-new-address .fa {
    margin-left: 5px
}

.spr-icon {
    color: #f6d77d
}

.rating-star i.spr-icon {
    font-size: 9px
}

.spr-icon.spr-icon-star-empty {
    opacity: 1 !important;
    filter: alpha(opacity=100 !important);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.product {
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    /* height: 300px; */
}

.product .hoverBorderWrapper {
    position: relative;
    overflow: hidden;
    text-align: center
}

.product .hoverBorderWrapper img {
    margin: 0 auto
}

.product .hoverBorderWrapper .rotation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

@media (min-width: 1200px) {
    .product .hoverBorderWrapper .not-rotation,.product .hoverBorderWrapper .rotation {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

@media (min-width: 1200px) {
    .product:hover .rotation {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
    }

    .product:hover .not-rotation {
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

.product .sale_banner {
    position: absolute;
    left: 10px;
    top: 10px
}

.product .sale_banner .sale_text {
    line-height: 1em;
    font-size: 12px;
    padding: 1px 5px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    background-color: #e0493e;
    font-family: Montserrat
}

.product .sale_banner .tooltip {
    top: 0% !important;
    left: 100% !important;
    min-height: 40px;
    min-width: 40px;
    margin-left: 7px
}

.product .sale_banner .tooltip.top .tooltip-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 15px;
    margin-left: -7px;
    left: 0 !important
}

@media (max-width: 1199px) {
    .product .sale_banner {
        top: 10px;
        bottom: auto
    }
}

.product .product-price {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    background-color: transparent
}

.product .product-price .price,.product .product-price .price_sale {
    color: #000000
}

.product .product-price .price_compare {
    color: #555;
    padding-left: 5px;
    font-weight: 300
}

.product .product-title {
    margin-bottom: 2px;
}

.product .product-title a {
    line-height: 1.5em;
    font-weight: 500;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 13px;
    color: #222;
    /*! min-height: 50px; */
}

@media (min-width: 1200px) {
    .product .product-title a:hover {
        color: rgba(226,95,63,0.9)
    }
}

.product .rating-star {
    margin-bottom: 8px
}

@media (max-width: 1199px) {
    .product .rating-star {
        text-align: left
    }
}

.product .rating-star .spr-badge-caption {
    display: none
}

.product .row-right {
    padding: 10px 10px 13px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    background-color: #fff
}

.product .row-left {
    position: relative;
    overflow: hidden
}

.product .row-left a {
    display: block
}

.product .row-left .mask {
    display: none
}

@media (max-width: 1199px) {
    .product .row-left {
        padding-bottom: 15px
    }
}

.product .hover-mask {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.product .hover-mask .group-mask .inner-mask {
    text-align: center
}

.product .hover-mask .group-actionbutton {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.product .hover-mask .group-actionbutton>ul,.product .hover-mask .group-actionbutton>form {
    display: inline-block;
    *display: inline;
    zoom: 1
}

@media (max-width: 1199px) {
    .product .hover-mask {
        position: static;
        bottom: 0px;
        padding-bottom: 0px;
        margin-top: 10px;
    }
}

.product .quickview-wishlist-wrapper {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: auto !important;
    list-style: none
}

@media (max-width: 767px) {
    .product .quickview-wishlist-wrapper {
        display: none
    }
}

.product .quickview-wishlist-wrapper li {
    float: left;
    text-align: center;
    margin-bottom: 0;
    margin-left: 5px;
    cursor: pointer
}

.product .quickview-wishlist-wrapper li a,.product .quickview-wishlist-wrapper li button {
    display: block;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px
}

.product .quickview-wishlist-wrapper li a .fa,.product .quickview-wishlist-wrapper li button .fa {
    line-height: 38px;
    font-size: 12px
}

.product .quickview-wishlist-wrapper li button:focus {
    outline: none
}

.product .quickview-wishlist-wrapper li a {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.product .quickview-wishlist-wrapper li .wish-list {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.product .quickview-wishlist-wrapper li .wish-list>span.text-wishlist {
    display: none
}

.product .quickview-wishlist-wrapper li .wish-list.wl-added {
    color: #e0493e;
    border-color: #e0493e;
    background-color: #fff
}

.product .quickview-wishlist-wrapper li .effect-ajax-cart button {
    width: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1200px) {
    .product .quickview-wishlist-wrapper li:hover a {
        color: #e0493e;
        border-color: #e0493e;
        background-color: #fff
    }

    .product .quickview-wishlist-wrapper li:hover .wish-list {
        color: #e0493e;
        border-color: #e0493e;
        background-color: #fff
    }

    .product .quickview-wishlist-wrapper li:hover .wish-list.wl-added {
        color: #333;
        border-color: #333;
        background-color: #fff
    }
}

.product .btn,.product body .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .product button,.product body .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .product .get-rates,.product body .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .product #view_address,.product body .group-form-address .add-new-address,body .group-form-address .product .add-new-address,.product body .customer_address_table .add-new-address,body .customer_address_table .product .add-new-address {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0
}

.product .btn .fa,.product body .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .product button .fa,.product body .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .product .get-rates .fa,.product body .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .product #view_address .fa,.product body .group-form-address .add-new-address .fa,body .group-form-address .product .add-new-address .fa,.product body .customer_address_table .add-new-address .fa,body .customer_address_table .product .add-new-address .fa {
    vertical-align: top;
    line-height: 38px;
    margin-left: 0 !important;
    font-size: 12px
}

.product:hover .product-title a {
    color: rgba(226,95,63,0.9)
}

.product:hover .product-price .price,.product:hover .product-price .price_sale {
    color: rgba(226,95,63,0.9)
}

@media (min-width: 1200px) {
    .product .row-right {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    .product .hover-mask {
        left: 100%;
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    .product:hover .hover-mask {
        left: 0
    }

    .product:hover .row-right {
        bottom: 0
    }
}

@media (max-width: 1199px) {
    .product .row-right {
        position: relative
    }
}

body .sub-title,body .account-content #customer-account #customer_sidebar .sb-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    color: #222
}

body .sub-title span,body .account-content #customer-account #customer_sidebar .sb-title span {
    font-family: Poppins;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .page-title {
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: #515151;
    border-left-width: 0;
    border-right-width: 0;
    text-align: left;
    text-transform: uppercase;
    color: #222;
    font-weight: 300;
    font-family: Poppins;
    height: 46px;
    margin-bottom: 55px;
    padding-left: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .page-title h2,body .page-title .h2 {
    line-height: 44px;
    padding-right: 30px;
    font-weight: 400
}

body .page-title * {
    font-size: 18px;
    margin-bottom: 0
}

body .page-title img {
    margin-right: 10px
}

@media (max-width: 767px) {
    body .page-title {
        padding-left: 20px;
        padding-right: 20px
    }

    body .page-title h2,body .page-title .h2 {
        border-right: 0 !important
    }
}

body:not(.index-template) .page-title {
    border-bottom-width: 0
}

.proban-title-1 {
    border-color: #67b0d2 !important
}

.proban-title-2 {
    border-color: #856dd8 !important
}

.proban-title-3 {
    border-color: #68a883 !important
}

.proban-title-4 {
    border-color: #d968a8 !important
}

.proban-title-5 {
    border-color: #f9be1f !important
}

.proban-title-6 {
    border-color: #dd5353 !important
}

header {
    width: 100%;
    float: none;
    clear: both;
    position: relative;
    z-index: 4;
    color: #fff;
    /* background-color: #000000; */
    font-family: Poppins;
    font-size: 14px;
}

header section .nav-logo>a {
    display: block
}

header section .style_cart,header section .user-cart>li>a,header section .user-cart>li #loginButton {
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    background-color: #000000;
    border-color: #000000;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid
}

header section .user-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    list-style: none;
    float: right
}

header section .user-cart>li {
    float: left;
    margin-right: 15px
}

@media (max-width: 1199px) {
    header section .user-cart>li {
        margin-right: 5px
    }
}

header section .user-cart>li>a,header section .user-cart>li #loginButton {
    position: relative;
    display: block;
    color: #fff
}

header section .user-cart>li>a>a,header section .user-cart>li #loginButton>a {
    color: #fff
}

header section .user-cart .login-account {
    position: relative
}

@media (max-width: 767px) {
    header section .user-cart .login-account {
        display: none
    }
}

header section .user-cart .search-field {
    position: relative
}

header section .user-cart .search-field #search-info {
    margin-top: 15px
}

@media (max-width: 767px) {
    header section .user-cart .search-field>a.dropdown-link,header section .user-cart .search-field>a.dropdown-link {
        display: none
    }
}

header section .user-cart .fa {
    color: #fff;
    font-size: 20px;
    line-height: 46px
}

@media (max-width: 767px) {
    header section .user-cart {
        margin: 10px 0
    }

    header section .user-cart>li {
        margin-right: 0px
    }
}

header section .nav-cart {
    box-sizing: border-box;
    width: 180px
}

header section .nav-cart .cart-info-group {
    background-color: #fff;
    height: 40px;
    position: relative;
    margin-right: 10px;
}

header section .nav-cart .cart-info-group .sub-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 15px
}

header section .nav-cart .cart-info-group a:focus,header section .nav-cart .cart-info-group a:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    header section .nav-cart .cart-info-group {
        margin-top: -5px
    }
}

header section .nav-cart .num-items-in-cart {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

header section .nav-cart .num-items-in-cart .items-cart-left {
    position: relative;
    margin-right: 10px;
    /*! margin-top: 15px; */
    width: 22px
}

header section .nav-cart .num-items-in-cart .items-cart-left .cart_text.icon {
    position: absolute;
    float: left;
    left: -101%;
    bottom: 100%;
    top: auto;
    border-radius: 50%;
    text-align: center;
    width: 18px;
    height: 18px;
    /*! margin-left: -7px; */
    /*! margin-bottom: -3px; */
    background-color: #000000;
}

header section .nav-cart .num-items-in-cart .items-cart-left .cart_text.icon .number {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    font-family: Poppins;
    top: 18px;
    /*! margin-top: 3px; */
}

header section .nav-cart .num-items-in-cart .title_cart {
    font-weight: 300;
    white-space: nowrap;
    color: #000;
}

@media (max-width: 991px) {
    header section .nav-cart .num-items-in-cart .title_cart {
        font-size: 13px
    }
}

@media (max-width: 767px) {
    header section .nav-cart {
        display: none !important
    }
}

header section .navigation_area {
    position: relative
}

header section .navigation_area .navigation_icon {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

header section .navigation_area .navigation_icon .navigation_icon_group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

header section .navigation_area .navigation_icon .navigation_icon_group .icon_search {
    background-color: #000000;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-left: 1px
}

header section .navigation_area .navigation_icon .navigation_icon_group .icon_search>a {
    line-height: 40px;
    color: #fff
}

header section .navigation_area .navigation_icon .navigation_icon_group .icon_search .fa-search {
    font-size: 17px
}

header section .navigation_area .navigation_icon .navigation_icon_group .icon_search #search-info {
    right: 0;
    left: auto;
    width: 250px;
    padding: 10px;
    padding-right: 60px
}

header section .navigation_area .navigation_icon .navigation_icon_group .icon_search #search-info .search_box {
    height: 40px;
    border: 0;
    line-height: 40px;
    padding: 0 10px;
    width: 100%
}

header section .navigation_area .navigation_icon .navigation_icon_group .icon_cart {
    margin-left: 1px;
    text-align: center;
    width: 40px;
    height: 40px
}

header section .mobile-navigation {
    display: none
}

header section.top-header {
    color: #fff;
    background-color: #ff9409;
    border-color: #fff;
    font-size: 12px;
    padding-top: 5px
}

header section.top-header .top-header-inner>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

header section.top-header .top-header-inner>ul>li {
    height: 42px;
    line-height: 38px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    margin: 0px 6px;
    font-weight: 300
}

header section.top-header .top-header-inner>ul>li:last-child {
    margin-right: 0
}

header section.top-header .top-header-inner>ul>li>a {
    font-family: Poppins;
}

header section.top-header .top-header-inner>ul>li>a:hover,header section.top-header .top-header-inner>ul>li>a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    outline: none;
    text-decoration: none;
    cursor: pointer
}

header section.top-header .top-header-inner>ul>li a:not(.btn),header section.top-header .top-header-inner>ul>li span {
    color: #fff
}

header section.top-header .top-header-inner>ul>li a:not(.btn):hover,header section.top-header .top-header-inner>ul>li span:hover {
    color: #f7e245
}

header section.top-header .top-header-inner>ul>li.my-wishlist .fa,header section.top-header .top-header-inner>ul>li.login-account .fa {
    margin-right: 8px
}

header section.top-header .top-header-inner>ul>li.login-account {
    margin-right: 0
}

header section.top-header .top-header-inner>ul>li.login-account>span>a {
    font-family: Poppins
}

header section.top-header .top-header-inner>ul>li.login-account .sub-dropdown {
    top: 100%;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 1
}

header section.top-header .top-header-inner>ul>li.my-account {
    margin-right: 5px
}

header section.top-header .top-header-inner>ul>li.log-out {
    margin-left: 0
}

header section.top-header .top-header-inner>ul>li.currency_group>.currencies-switcher .currency_code {
    font-family: Poppins
}

header section.top-header .top-header-inner>ul>li.currency_group>.currencies-switcher .currency_wrapper:hover .fa {
    color: #f7e245
}

header section.top-header .top-header-inner>ul>li.nav-cart {
    margin-right: -0.5px !important
}

@media (max-width: 991px) {
    header section.top-header {
        font-size: 12px
    }
}

header section.main-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f5f5f5;
}

@media (min-height: 1200px) {
    header section.main-header {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

header section.main-header .nav-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

header section.main-header .nav-top .group-search-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

header section.main-header .nav-top .nav-search {
    margin-right: 10px;
    border: 1px solid #000000;
}

header section.main-header .nav-top .nav-search form.search {
    padding-right: 253px;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #fff
}

header section.main-header .nav-top .nav-search form.search .collections-selector {
    width: 216px;
    border-left: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    right: 40px;
    height: 100%
}

header section.main-header .nav-top .nav-search form.search .collections-selector select {
    height: 100%;
    width: 100%;
    font-family: Poppins;
    border: 0;
    font-weight: 400;
    color: #222
}

header section.main-header .nav-top .nav-search form.search .search_submit {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000000;
}

header section.main-header .nav-top .nav-search form.search .search_submit svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 1199px) {
    header section.main-header .nav-top .nav-search form.search {
        width: 510px
    }
}

@media (max-width: 991px) {
    header section.main-header .nav-top .nav-search {
        padding-left: 20px
    }

    header section.main-header .nav-top .nav-search form.search {
        width: 360px
    }
}

header section.navigation-header {
    background-color: #fff;
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

header section.navigation-header .navigation_area {
    padding-left: 270px;
    position: relative
}

header section.navigation-header .navigation_area .navigation_left {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 270px
}

header section.navigation-header .navigation_area .navigation_left .group_navbtn {
    height: 100%;
    background-color: #000000;
}

header section.navigation-header .navigation_area .navigation_left .group_navbtn>a {
    display: block;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 0px;
    text-transform: uppercase;
    font-family: Poppins;
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

header section.navigation-header .navigation_area .navigation_left .group_navbtn>a>.fa {
    font-size: 16px;
    float: right;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #000000;
}

header section.navigation-header .navigation_area .navigation_right .navigation_links {
    text-align: left
}

header section.navigation-header .navigation_area .navigation_right .navigation_links>li:last-child {
    margin-right: 0
}

@media (max-width: 991px) {
    header section.navigation-header .navigation_area {
        padding-left: 200px
    }

    header section.navigation-header .navigation_area .navigation_left {
        width: 200px
    }

    header section.navigation-header .navigation_area .group_navbtn>a {
        font-size: 13px !important;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    header.affix+.fix-sticky {
        height: 175px
    }
}

header .is-mobile-translate.translate_group .translate_wrapper {
    padding-right: 0 !important
}

header .is-mobile-translate.translate_group .translate_wrapper:after {
    display: none
}

header .is-mobile-translate.translate_group .translate_wrapper .translate_code,header .is-mobile-translate.translate_group .translate_wrapper img {
    float: left
}

header .is-mobile-translate.translate_group .translate_wrapper .translate_code {
    font-size: 13px
}

header .is-mobile-translate.translate_group .translate_wrapper .fa {
    margin: 0 5px
}

header .is-mobile-translate.translate_group .translate_wrapper .fa,header .is-mobile-translate.translate_group .translate_wrapper .translate_code {
    color: #222
}

header .is-mobile-translate.translate_group .translate.dropdown-menu {
    margin-top: 14px
}

header.affix {
    position: fixed !important;
    top: 0px;
}

header.affix .main-header {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0
}

header.affix .top-header {
    display: none
}

header.affix .navigation_icon {
    display: block !important
}

header.affix .navigation_icon .navigation_icon_group {
    -ms-transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important
}

header.affix .navigation_icon .icon_cart,header.affix .navigation_icon .icon_search {
    height: 38px;
    width: 38px;
    margin-left: 5px;
    margin-right: 5px
}

header.affix .navigation_icon .icon_cart>a,header.affix .navigation_icon .icon_search>a {
    line-height: 38px
}

header.affix .navigation_icon .icon_cart #search-info,header.affix .navigation_icon .icon_search #search-info {
    padding: 15px !important;
    border-radius: 0;
    margin-top: 0;
    border: 0
}

header.affix .navigation_icon .icon_cart #search-info form,header.affix .navigation_icon .icon_search #search-info form {
    position: relative;
    width: 100%;
    height: 40px;
    padding-right: 42px;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px
}

header.affix .navigation_icon .icon_cart #search-info form input,header.affix .navigation_icon .icon_search #search-info form input {
    height: 38px !important
}

header.affix .navigation_icon .icon_cart #search-info form input:focus,header.affix .navigation_icon .icon_search #search-info form input:focus {
    outline: none
}

header.affix .navigation_icon .icon_cart #search-info form button,header.affix .navigation_icon .icon_search #search-info form button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 38px;
    height: 38px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0
}

header.affix .navigation_icon .icon_cart #search-info form button:focus,header.affix .navigation_icon .icon_search #search-info form button:focus {
    outline: none
}

header.affix .navigation_icon .icon_cart {
    margin-right: 0px;
    width: auto !important
}

header.affix .navigation_icon .icon_cart .cart-info-group {
    padding: 9px 0;
    position: relative
}

header.affix .navigation_icon .icon_cart .cart-info-group .sub-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 15px
}

header.affix .num-items-in-cart .items-cart-right {
    margin-top: -2px;
    position: relative
}

header.affix .num-items-in-cart .items-cart-right .cart_text.icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f7e245;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: -10px
}

header.affix .cart-info {
    margin-top: 0;
    border: 0
}

header.affix .navigation_links {
    padding-right: 130px;
    text-align: left
}

header.affix .navigation_links li:first-child {
    margin-left: 0
}

header.affix .navigation-header {
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05)
}

@media (max-width: 1199px) {
    header.affix .navigation_area ul.navigation_links>li {
        margin: 0 14px 0 0
    }
}

@media (max-width: 767px) {
    header .main-header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
        margin: 15px 0 15px 0 !important
    }

    header .main-header .nav-top {
        display: none !important
    }

    header .navigation_area,header .top-header {
        display: none !important
    }

    header .mobile-navigation {
        display: block !important;
        position: relative;
        width: 100%;
        float: left
    }

    header .mobile-navigation .nav-logo {
        text-align: center;
        margin-bottom: 20px;
        padding-left: 55px;
        padding-right: 55px
    }

    header .mobile-navigation .nav-logo>div a {
        display: inline-block;
        *display: inline;
        zoom: 1
    }

    header .mobile-navigation .icon_cart {
        margin-left: 1px;
        text-align: left;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0
    }

    header .mobile-navigation .icon_cart .cart-info-group {
        position: relative
    }

    header .mobile-navigation .icon_cart .cart-info-group .cart_text {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-right: 15px;
        background-color: #000;
        border-width: 1px;
        border-style: solid;
        border-color: #000;
        border-radius: 50%;
        line-height: 20px;
        text-align: center
    }

    header .mobile-navigation .icon_cart .cart-info-group .cart_text .number {
        line-height: 19px;
        display: block;
        color: #fff;
        font-size: 11px
    }

    header .mobile-navigation .icon_cart .cart-info-group .num-items-in-cart .items-cart-left {
        padding-right: 0;
        line-height: 40px;
        vertical-align: middle;
        width: 25px
    }

    header .mobile-navigation .icon_cart .cart-info-group .num-items-in-cart .items-cart-left img {
        max-width: 100%
    }

    header .mobile-navigation .nav-search {
        width: 100%;
        float: left
    }

    header .mobile-navigation .nav-search form {
        position: relative;
        height: 40px;
        padding-right: 41px;
        width: 100% !important
    }

    header .mobile-navigation .nav-search form .search_box {
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0 10px;
        font-size: 13px;
        color: #333;
        height: 40px -2px;
        line-height: 38px
    }

    header .mobile-navigation .nav-search form .search_submit {
        width: 40px;
        height: 40px;
        background-color: #000000;
        position: absolute;
        text-align: center;
        right: 0;
        top: -1px;
        border: 0;
        margin-top: 0;
        margin-left: 1px
    }

    header .mobile-navigation .nav-search form .search_submit>svg {
        height: 40px;
        fill: #fff
    }

    header .mobile-navigation .nav-search form .search_submit #search-info {
        right: 0;
        left: auto;
        width: 250px;
        padding: 10px;
        padding-right: 60px
    }

    header .mobile-navigation .nav-search form .search_submit #search-info .search_box {
        height: 40px;
        border: 0;
        line-height: 40px;
        padding: 0 10px;
        width: 100%
    }

    header .mobile-navigation .nav-search form .search_submit #search-info input[type="image"] {
        width: 40px;
        height: 40px;
        background-color: #000;
        padding: 10px;
        position: absolute;
        right: 10px
    }

    header .mobile-navigation .nav-search form .search_submit:focus {
        outline: none
    }

    header .mobile-navigation #showLeftPush {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background-color: #000;
        border-radius: 0;
        border: 1px solid #000;
        z-index: 9
    }

    header .mobile-navigation #showLeftPush .fa {
        color: #fff;
        font-size: 20px
    }

    header .mobile-navigation .mobile-navigation-content {
        width: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        opacity: 0;
        position: absolute;
        height: 100%;
        overflow: hidden
    }

    header .mobile-navigation .mobile-navigation-content .sub-mega-menu .list-title {
        color: #222
    }

    header .mobile-navigation.active #showLeftPush {
        right: 85%;
        top: 10px;
        margin-right: 15px;
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    header .mobile-navigation.active .mobile-navigation-inner {
        position: fixed;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        z-index: 5
    }

    header .mobile-navigation.active .mobile-navigation-inner:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content {
        width: 85%;
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: fixed;
        background: #f9f9f9;
        z-index: 99;
        right: 0;
        top: 0 !important;
        padding: 0 10px 10px;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        overflow-y: auto;
        visibility: visible
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation {
        background-color: #121212;
        margin: 0 -10px;
        padding: 0 1rem 2rem
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: auto;
        margin-bottom: 35px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        direction: ltr
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate_code .fa,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currency_wrapper .fa {
        color: #fff
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate_code>.currency_code.visible-xs,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currency_wrapper>.currency_code.visible-xs {
        color: #fff;
        display: inline-block !important;
        *display: inline !important;
        zoom: 1 !important
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher {
        margin: 14px 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate_wrapper {
        padding-right: 15px;
        padding-left: 40px;
        position: relative;
        margin-left: 15px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate_wrapper:after {
        position: absolute;
        top: 50%;
        height: 13px;
        width: 1px;
        left: 0;
        margin-right: 15px;
        content: '';
        background-color: #fff;
        margin-top: -6.5px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate_wrapper img {
        max-width: 20px;
        margin-right: 5px;
        margin-left: 5px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate_wrapper img,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate_wrapper .fa,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate_wrapper .translate_code {
        color: #fff;
        line-height: 20px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate_wrapper .translate_img {
        position: absolute;
        top: 0;
        left: 10px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate_wrapper .fa {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate.dropdown-menu {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        text-align: center;
        margin-top: 14px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate.dropdown-menu li.active>a {
        background-color: #333;
        color: #fff
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher {
        margin: 14px 0;
        line-height: 20px;
        float: left
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currency:focus {
        outline: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currency>a {
        color: #fff !important
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currency_wrapper {
        position: relative;
        padding-right: 15px;
        display: block !important
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currency_wrapper>img {
        max-width: 18px;
        margin-right: 5px;
        margin-top: -3px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currency_wrapper .fa {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
        font-size: 12px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currencies {
        text-align: center;
        font-size: 13px;
        border-radius: 0;
        border-width: 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currencies.dropdown-menu {
        margin: 14px 0 0 0;
        padding: 0;
        min-width: 70px !important
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currencies.dropdown-menu>li>a:focus,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currencies.dropdown-menu>li>a:hover,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currencies.dropdown-menu>.active>a,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currencies.dropdown-menu>.active>a:focus,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .currencies-switcher .currencies.dropdown-menu>.active>a:hover {
        background-color: #333333 !important;
        color: #fff
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-top-account ul.customer {
        text-align: center
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-top-account ul.customer li {
        /*! width: 24%; */
        text-align: center;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 10px;
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-top-account ul.customer li a {
        color: #fff
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-top-account ul.customer li a .fa {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        border-radius: 50%;
        margin-bottom: 10px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-top-account ul.customer li a span {
        display: block;
        width: 100%;
        font-size: 12px;
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-top-account ul.customer li .num-items-in-cart {
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi {
        margin: 10px 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link ul {
        list-style: none
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav {
        margin: 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li {
        width: 100%;
        border: 1px solid #ebebeb;
        margin-bottom: 2px;
        position: relative
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li.active>a,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li:hover>a {
        background-color: #000;
        color: #fff !important
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li.active>a>.fa,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li:hover>a>.fa {
        color: #fff
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li a {
        height: 38px;
        line-height: 38px;
        display: block;
        padding: 0 20px;
        padding-right: 40px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .arrow_1,header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .arrow {
        position: absolute;
        top: 0px;
        right: 0;
        z-index: 2;
        padding: 0;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #222;
        background-color: #ddd;
        border: 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .menu-mobile-container {
        position: relative !important;
        padding: 0 20px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .menu-mobile-container>li {
        position: relative
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .menu-mobile-container>li>a:not(.arrow_1) {
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-left: 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .menu-mobile-container>li span {
        display: block
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .menu-mobile-container>li:first-child {
        border-top: 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .menu-mobile-container_1 {
        padding: 20px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .menu-mobile-container_1>li>a {
        padding: 0;
        border-top: 1px solid rgba(0,0,0,0.1)
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .sub-mega-menu {
        margin: 20px 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .sub-mega-menu>li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 15px
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .sub-mega-menu>li>ul>li>a {
        padding-left: 0
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .sub-mega-menu>li .list-title {
        text-transform: uppercase;
        font-weight: 400
    }

    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .leftnavi .is-mobile-menu-content .mobile-content-link>ul.navbar-nav>li .sub-mega-menu>li:last-child {
        border-bottom: 0
    }
}

@media (max-width: 767px) and (min-width: 1200px) {
    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-language-currency .translate-switcher .translate.dropdown-menu li:hover>a {
        background-color: #333;
        color: #fff
    }
}

@media (max-width: 767px) and (max-width: 380px) {
    header .mobile-navigation.active .mobile-navigation-inner .mobile-navigation-content .mobile-top-navigation .mobile-top-account ul.customer li a span {
        font-size: 11px
    }
}

body ._title-main-content-block,body section.home_proban_layout .page-title,body section.home_blog_layout .page-title {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

body ._title-main-content-block h2,body section.home_proban_layout .page-title h2,body section.home_blog_layout .page-title h2,body ._title-main-content-block .h2,body section.home_proban_layout .page-title .h2,body section.home_blog_layout .page-title .h2 {
    border-right: 1px solid #ebebeb;
    white-space: nowrap
}

body ._title-main-content-block>a,body section.home_proban_layout .page-title>a,body section.home_blog_layout .page-title>a {
    font-size: 12px;
    font-family: Poppins;
    white-space: nowrap;
    height: 100%;
    padding: 0 40px;
    border-left: 1px solid #ebebeb;
    line-height: 46px
}

@media (max-width: 1199px) {
    body ._title-main-content-block>a,body section.home_proban_layout .page-title>a,body section.home_blog_layout .page-title>a {
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    body ._title-main-content-block>a,body section.home_proban_layout .page-title>a,body section.home_blog_layout .page-title>a {
        padding: 0px 20px
    }
}

body ._title-main-content-block .group_title,body section.home_proban_layout .page-title .group_title,body section.home_blog_layout .page-title .group_title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width: 991px) {
    body ._title-main-content-block,body section.home_proban_layout .page-title,body section.home_blog_layout .page-title {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

    body ._title-main-content-block>a,body section.home_proban_layout .page-title>a,body section.home_blog_layout .page-title>a {
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: 2px;
        z-index: 1;
        border: 0;
        overflow: hidden;
        background: #fff
    }
}

@media (max-width: 767px) {
    body ._title-main-content-block,body section.home_proban_layout .page-title,body section.home_blog_layout .page-title {
        height: auto
    }

    body ._title-main-content-block .group_title,body section.home_proban_layout .page-title .group_title,body section.home_blog_layout .page-title .group_title {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body ._title-main-content-block .group_title .link_menu,body section.home_proban_layout .page-title .group_title .link_menu,body section.home_blog_layout .page-title .group_title .link_menu,body ._title-main-content-block .group_title h2,body section.home_proban_layout .page-title .group_title h2,body section.home_blog_layout .page-title .group_title h2,body ._title-main-content-block .group_title .h2,body section.home_proban_layout .page-title .group_title .h2,body section.home_blog_layout .page-title .group_title .h2 {
        width: 100%
    }

    body ._title-main-content-block .group_title .link_menu,body section.home_proban_layout .page-title .group_title .link_menu,body section.home_blog_layout .page-title .group_title .link_menu {
        margin-bottom: 10px
    }

    body ._title-main-content-block .group_title .link_menu li,body section.home_proban_layout .page-title .group_title .link_menu li,body section.home_blog_layout .page-title .group_title .link_menu li {
        margin-left: 0px;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        line-height: 40px
    }

    body ._title-main-content-block .group_title .link_menu li:last-child,body section.home_proban_layout .page-title .group_title .link_menu li:last-child,body section.home_blog_layout .page-title .group_title .link_menu li:last-child {
        border-bottom: 0
    }

    body ._title-main-content-block>a,body section.home_proban_layout .page-title>a,body section.home_blog_layout .page-title>a {
        height: 40px;
        line-height: 40px
    }
}

body.index-template .index-section section {
    padding-bottom: 25px
}

body.index-template .home-title {
    font-size: 24px;
    font-family: Poppins;
    color: #222;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    line-height: 1.3em;
    margin-bottom: 55px
}

body.index-template .home-title span {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 0px 0 28px
}

body.index-template .home-title span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 29px;
    height: 20px;
    margin-left: -14.5px;
    margin-bottom: -5px;
    background-image: url(../../assets/images/line.png);
    background-repeat: no-repeat;
    background-position: center center
}

body.index-template .page-title {
    border-top-width: 0;
    margin-bottom: 0
}

body.index-template .product .rating-star {
    display: none
}

body section.main-slideshow {
    padding-top: 0
}

body section.main-slideshow .carousel-indicators {
    display: none
}

body section.main-slideshow .carousel-control {
    width: 53px;
    height: 53px;
    margin-top: -26.5px;
    top: 50%;
    background-image: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body section.main-slideshow .carousel-control>span {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    position: static
}

body section.main-slideshow .carousel-control>span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 53px;
    text-shadow: none
}

body section.main-slideshow .carousel-control.left>span:before {
    content: "\f104"
}

body section.main-slideshow .carousel-control.right>span:before {
    content: "\f105"
}

@media (max-width: 991px) {
    body section.main-slideshow .carousel-control {
        width: 35px;
        height: 35px;
        margin-top: -17.5px
    }

    body section.main-slideshow .carousel-control>span:before {
        line-height: 35px
    }
}

@media (max-width: 767px) {
    body section.main-slideshow .carousel-control {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    body section.main-slideshow .carousel-control>span:before {
        line-height: 40px
    }
}

@media (max-width: 600px) {
    body section.main-slideshow .carousel-control {
        width: 30px;
        height: 30px;
        margin-top: -15px
    }

    body section.main-slideshow .carousel-control>span:before {
        line-height: 30px
    }
}

@media (min-width: 1200px) {
    body section.main-slideshow .carousel-control {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body section.main-slideshow:hover .carousel-control {
        opacity: 0.9;
        filter: alpha(opacity=90);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    body section.main-slideshow .home-slideshow .image {
        overflow: hidden
    }

    body section.main-slideshow .home-slideshow .image img {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body section.main-slideshow .home-slideshow:hover .image img {
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

body section.main-slideshow .group-home-slideshow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body section.main-slideshow .group-home-slideshow .slideshow-caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0 40px
}

body section.main-slideshow .group-home-slideshow .slideshow-caption.position-right {
    right: 0;
    left: auto;
    text-align: left
}

body section.main-slideshow .group-home-slideshow .slideshow-caption.position-left {
    left: 0;
    right: auto;
    text-align: right
}

body section.main-slideshow .group-home-slideshow .slideshow-caption.position-middle {
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
    padding: 0 60px
}

body section.main-slideshow .group-home-slideshow .slideshow-caption.position-middle>div {
    padding: 30px;
    background-color: rgba(255,255,255,0.6)
}

body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content {
    margin-bottom: 25px
}

body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .title_1 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 400;
    color: #222;
    line-height: 1em;
    display: block;
    margin-bottom: 8px
}

body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .title_2 {
    font-size: 30px;
    font-family: Poppins;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 15px;
    display: block
}

body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .caption {
    font-size: 14px;
    color: #222;
    font-family: Poppins;
    line-height: 1.75em;
    font-weight: 300
}

body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .btn,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption button,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .get-rates,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption #view_address,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .group-form-address .add-new-address,body .group-form-address section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .add-new-address,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .customer_address_table .add-new-address,body .customer_address_table section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .add-new-address {
    background-color: transparent;
    height: 34px;
    line-height: 32px;
    border: 1px solid #686868;
    color: #222;
    font-family: Montserrat;
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase
}

@media (max-width: 1199px) {
    body section.main-slideshow .group-home-slideshow .slideshow-caption {
        padding: 0 60px 0 0px
    }

    body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .title_1 {
        font-size: 15px
    }

    body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .title_2 {
        font-size: 37px
    }

    body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .caption {
        font-size: 12px
    }
}

@media (max-width: 991px) {
    body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .title_1 {
        font-size: 11px
    }

    body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .title_2 {
        font-size: 26px
    }
}

@media (max-width: 767px) {
    body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content {
        margin-bottom: 10px
    }

    body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .content .title_2 {
        margin-bottom: 0;
        font-size: 18px
    }

    body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .btn,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption button,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .get-rates,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption #view_address,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .group-form-address .add-new-address,body .group-form-address section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .add-new-address,body section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .customer_address_table .add-new-address,body .customer_address_table section.main-slideshow .group-home-slideshow .slideshow-caption .group-caption .add-new-address {
        padding: 0 15px
    }
}

@media (max-width: 480px) {
    body section.main-slideshow .group-home-slideshow .slideshow-caption {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    body section.main-slideshow .group-home-slideshow .slideshow-caption .slide-caption {
        margin: 0 auto;
        text-align: center
    }

    body section.main-slideshow .group-home-slideshow .slideshow-caption .caption {
        display: none
    }
}

body section.main-slideshow .group-home-slideshow .home-sidemenu-inner {
    width: 23.1%;
    padding: 0
}

body section.main-slideshow .group-home-slideshow .home-slideshow-inner {
    padding: 0;
    width: 53.8%
}

body section.main-slideshow .group-home-slideshow .home-banner-inner {
    padding: 0;
    width: 23.1%
}

@media (max-width: 767px) {
    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content>div {
        padding: 0 5px
    }

    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content .banner-1 {
        margin-bottom: 0
    }
}

@media (max-width: 1199px) {
    body section.main-slideshow .group-home-slideshow {
        background-color: #fff
    }

    body section.main-slideshow .group-home-slideshow .home-sidemenu-inner {
        width: 27.8%
    }

    body section.main-slideshow .group-home-slideshow .home-slideshow-inner {
        width: 72.2%
    }

    body section.main-slideshow .group-home-slideshow .home-banner-inner {
        width: 100%;
        margin-top: 10px;
    }

    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content>div {
        padding: 25px 10px 25px
    }
}

@media (max-width: 991px) {
    body section.main-slideshow .group-home-slideshow .home-sidemenu-inner {
        width: 26.7%
    }

    body section.main-slideshow .group-home-slideshow .home-slideshow-inner {
        width: 73.3%
    }

    body section.main-slideshow .group-home-slideshow .navigation_links_left li {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    body section.main-slideshow .group-home-slideshow .home-sidemenu-inner {
        display: none
    }

    body section.main-slideshow .group-home-slideshow .home-slideshow-inner {
        width: 100%
    }
}

@media (max-width: 375px) {
    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content>div {
        padding: 25px 10px 0px
    }

    body section.main-slideshow .group-home-slideshow .home-banner-inner .banner-content>div:last-child {
        padding-bottom: 25px
    }
}

body section.home_procol_layout .home_procol_inner {
    background-color: #fff
}

body section.home_procol_layout .home_procol_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body section.home_procol_layout .home_procol_content .procol_item {
    width: 16.66667%
}

body section.home_procol_layout .home_procol_content .procol_item .product {
    border-width: 0px;
    border-style: solid;
    border-color: #ebebeb;
    margin-bottom: 0px
}

body section.home_procol_layout .home_procol_content .procol_item .product .row-right {
    text-align: center
}

body section.home_procol_layout .home_procol_content .procol_item .product .row-left {
    position: static
}

body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .product {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 34px 0
}

body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .product .row-left {
    width: 33%
}

body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .product .row-right {
    width: 67%;
    text-align: left
}

@media (max-width: 520px) {
    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .product {
        padding: 0
    }
}

body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n)>div:last-child .product {
    border-bottom-width: 0 !important
}

@media (max-width: 991px) {
    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n)>div:last-child .product {
        border-bottom-width: 1px !important
    }
}

body section.home_procol_layout .home_procol_content .procol_item:last-child .product {
    border-right-width: 0px
}

@media (max-width: 991px) {
    body section.home_procol_layout .home_procol_content .procol_item {
        width: 66.66667% !important
    }

    body section.home_procol_layout .home_procol_content .procol_item.procol_pro_one {
        width: 33.33333% !important;
        border-bottom: 1px solid #ebebeb
    }

    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .procol_pro_two {
        width: 50%
    }

    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .product {
        border-left-width: 1px !important;
        border-right-width: 0px;
        border-bottom-width: 1px
    }

    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .product>div {
        width: 100% !important
    }

    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .product .row-right {
        text-align: center
    }

    body section.home_procol_layout .home_procol_content .procol_item .product {
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0 !important;
        border-bottom-width: 0px
    }
}

@media (max-width: 520px) {
    body section.home_procol_layout .home_procol_content .procol_item {
        width: 100% !important
    }

    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n)>div:first-child .product {
        border-left-width: 0px !important
    }

    body section.home_procol_layout .home_procol_content .procol_item.procol_pro_one {
        width: 100% !important
    }
}

@media (max-width: 360px) {
    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .procol_pro_two {
        width: 100% !important
    }

    body section.home_procol_layout .home_procol_content .procol_item:nth-of-type(2n) .product {
        border-left-width: 0px !important
    }
}

body section.home_procol_layout .page-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-color: #000000
}

body section.home_procol_layout .page-title>a {
    font-size: 12px;
    font-weight: 400;
    padding: 0 38px;
    border-left: 1px solid #ebebeb;
    height: 100%;
    line-height: 42px
}

body section.home_procol_layout .page-title>a:hover {
    text-decoration: underline;
    color: #000000
}

body section.home_proban_layout .home_proban_inner {
    background-color: #fff;
    width: 100%;
    float: left
}

body section.home_proban_layout .home_proban_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body section.home_proban_layout .home_proban_content>div {
    padding: 0
}

body section.home_proban_layout .home_proban_content .proban_product .product {
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

body section.home_proban_layout .home_proban_content .proban_product:nth-last-of-type(-n+6) .product {
    border-bottom: 0
}

body section.home_proban_layout .link_menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body section.home_proban_layout .link_menu li {
    margin-left: 30px
}

body section.home_proban_layout .link_menu li a {
    text-transform: capitalize;
    font-size: 14px
}

body section.home_proban_layout .link_menu li a:hover {
    color: #000000
}

@media (max-width: 1199px) {
    body section.home_proban_layout .home_proban_content .proban_banner {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0
    }

    body section.home_proban_layout .home_proban_content .proban_banner>a {
        display: inline-block;
        *display: inline;
        zoom: 1
    }

    body section.home_proban_layout .home_proban_content .proban_product {
        width: 20%
    }

    body section.home_proban_layout .home_proban_content .proban_product:nth-last-of-type(-n+6) .product {
        border-bottom: 1px solid #ebebeb
    }
}

@media (max-width: 991px) {
    body section.home_proban_layout .proban_product {
        width: 33.33333% !important
    }

    body section.home_proban_layout .proban_product .product .row-right {
        text-align: center
    }
}

@media (max-width: 425px) {
    body section.home_proban_layout .proban_product {
        width: 50% !important
    }
}

@media (max-width: 320px) {
    body section.home_proban_layout .proban_product {
        width: 100% !important
    }
}

body section.home_bansli_layout .home_bansli_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px;
    background-color: #fff
}

body section.home_bansli_layout .home_bansli_content .bansli_left {
    width: 41.58%;
    padding-right: 5px
}

body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top>a {
    width: 50%
}

body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_top>a,body section.home_bansli_layout .home_bansli_content .bansli_left .left_image_bottom>a {
    padding: 0 5px;
    display: block;
    max-width: 100%
}

body section.home_bansli_layout .home_bansli_content .bansli_middle {
    width: 25.62%;
    border: 1px solid #ebebeb
}

body section.home_bansli_layout .home_bansli_content .bansli_middle .middle_title {
    padding: 8.5px 20px;
    border-bottom: 2px solid #000000;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500
}

body section.home_bansli_layout .home_bansli_content .bansli_middle .middle_content {
    padding: 15px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body section.home_bansli_layout .home_bansli_content .bansli_middle .middle_content .linklist_menu {
    width: 50%
}

body section.home_bansli_layout .home_bansli_content .bansli_middle .middle_content .linklist_menu li {
    line-height: 2em;
    margin-bottom: 5px
}

body section.home_bansli_layout .home_bansli_content .bansli_middle .middle_content .linklist_menu li a {
    font-size: 12px;
    font-weight: 500
}

body section.home_bansli_layout .home_bansli_content .bansli_middle .middle_content .linklist_menu li a:hover {
    color: #000000
}

body section.home_bansli_layout .home_bansli_content .bansli_right {
    width: 32.8%;
    padding-left: 10px;
    padding-right: 5px
}

body section.home_bansli_layout .home_bansli_content .bansli_right .right_item a {
    display: block
}

body section.home_bansli_layout .home_bansli_content .owl-buttons .owl-prev,body section.home_bansli_layout .home_bansli_content .owl-buttons .owl-next {
    border-width: 0
}

@media (max-width: 1199px) {
    body section.home_bansli_layout .home_bansli_content {
        padding: 30px 20px 30px 15px
    }

    body section.home_bansli_layout .home_bansli_content .bansli_left,body section.home_bansli_layout .home_bansli_content .bansli_middle {
        width: 50%
    }

    body section.home_bansli_layout .home_bansli_content .bansli_right {
        margin: 30px auto 0;
        width: 33.33333%;
        padding: 0
    }
}

@media (max-width: 991px) {
    body section.home_bansli_layout .home_bansli_content .bansli_right {
        width: 50%
    }
}

@media (max-width: 767px) {
    body section.home_bansli_layout .home_bansli_content {
        padding-left: 15px;
        padding-right: 15px
    }

    body section.home_bansli_layout .home_bansli_content .bansli_left {
        width: 60%;
        padding: 0;
        margin: 0 auto 30px
    }

    body section.home_bansli_layout .home_bansli_content .bansli_middle {
        width: 100%;
        padding: 0
    }
}

@media (max-width: 600px) {
    body section.home_bansli_layout .home_bansli_content .bansli_left {
        width: 80%
    }

    body section.home_bansli_layout .home_bansli_content .bansli_right {
        width: 60%
    }
}

@media (max-width: 480px) {
    body section.home_bansli_layout .home_bansli_content {
        padding-top: 15px;
        padding-bottom: 15px
    }

    body section.home_bansli_layout .home_bansli_content .left_image_top {
        margin-bottom: 1px !important
    }

    body section.home_bansli_layout .home_bansli_content .bansli_left {
        width: 100%;
        margin-bottom: 15px
    }

    body section.home_bansli_layout .home_bansli_content .bansli_left a {
        padding-left: 1px !important;
        padding-right: 1px !important
    }

    body section.home_bansli_layout .home_bansli_content .bansli_right {
        margin-top: 15px
    }
}

@media (max-width: 320px) {
    body section.home_bansli_layout .home_bansli_content .bansli_right {
        width: 100%
    }
}

body section.home_bantop_layout .home_bantop_wrapper {
    margin-left: -5px;
    margin-right: -5px
}

body section.home_bantop_layout .home_bantop_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body section.home_bantop_layout .home_bantop_inner>div {
    padding: 0 5px
}

body section.home_bantop_layout .home_bantop_inner>div a:not(.btn) {
    display: block;
    background-color: #000000
}

body section.home_bantop_layout .home_bantop_inner>div a:not(.btn):before {
    content: ''
}

body section.home_bantop_layout .home_bantop_inner .bantop_col1>a {
    display: block
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2>div:nth-of-type(1) {
    margin-bottom: 10px
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row {
    position: relative
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row>a {
    display: block
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption {
    color: #424242
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption span {
    display: block
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-1 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500
}

@media (max-width: 640px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-1 {
        font-size: 13px
    }
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-2 {
    font-family: Poppins;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 14px;
    font-size: 72px
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-2:before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #424242;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px
}

@media (min-width: 421px) and (max-width: 480px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-2:before {
        display: none
    }
}

@media (max-width: 1199px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-2 {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-2 {
        font-size: 30px
    }
}

@media (min-width: 421px) and (max-width: 640px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-2 {
        font-size: 20px;
        margin-bottom: 10px
    }
}

@media (min-width: 421px) and (max-width: 480px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .title-2 {
        padding-bottom: 0px
    }
}

body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .content {
    font-size: 18px;
    margin-bottom: 33px
}

@media (max-width: 991px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .content {
        font-size: 14px;
        margin-bottom: 10px
    }
}

@media (min-width: 421px) and (max-width: 540px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .content {
        font-size: 12px;
        margin-bottom: 5px
    }
}

@media (min-width: 421px) and (max-width: 480px) {
    body section.home_bantop_layout .home_bantop_inner .bantop_col2 .col2_row .bantop_content .bantop_caption .content {
        display: none
    }
}

@media (max-width: 1199px) {
    body section.home_bantop_layout .home_bantop_inner {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 640px) {
    body section.home_bantop_layout .home_bantop_inner .btn,body section.home_bantop_layout .home_bantop_inner .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist section.home_bantop_layout .home_bantop_inner button,body section.home_bantop_layout .home_bantop_inner .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input section.home_bantop_layout .home_bantop_inner .get-rates,body section.home_bantop_layout .home_bantop_inner .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar section.home_bantop_layout .home_bantop_inner #view_address,body section.home_bantop_layout .home_bantop_inner .group-form-address .add-new-address,body .group-form-address section.home_bantop_layout .home_bantop_inner .add-new-address,body section.home_bantop_layout .home_bantop_inner .customer_address_table .add-new-address,body .customer_address_table section.home_bantop_layout .home_bantop_inner .add-new-address {
        height: 30px;
        line-height: 30px
    }
}

@media (max-width: 420px) {
    body section.home_bantop_layout .home_bantop_inner {
        -webkit-flex-wrap: wrap !important;
        -moz-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    body section.home_bantop_layout .home_bantop_inner .bantop_col1 {
        margin-bottom: 10px
    }
}

body section.home_prosli_layout .home_prosli_wrapper .container {
    background-color: #fff
}

body section.home_prosli_layout .home_prosli_wrapper .container .row {
    overflow: hidden
}

body section.home_prosli_layout .home_prosli_wrapper .home_prosli_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    body section.home_prosli_layout .home_prosli_wrapper .page-title h2,body section.home_prosli_layout .home_prosli_wrapper .page-title .h2 {
        border-right-width: 0
    }
}

body section.home_prosli_layout .content_product {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    padding: 0
}

body section.home_prosli_layout .content_product:nth-of-type(6n+1) {
    border-left-width: 0
}

body section.home_prosli_layout .content_product .product {
    margin-bottom: 0;
    padding: 0
}

@media (max-width: 1199px) {
    body section.home_prosli_layout .content_product {
        width: 25%
    }

    body section.home_prosli_layout .content_product:nth-of-type(6n+1) {
        border-left-width: 1px
    }

    body section.home_prosli_layout .content_product:nth-of-type(4n+1) {
        border-left-width: 0px
    }
}

@media (max-width: 767px) {
    body section.home_prosli_layout .content_product {
        width: 33.33333%
    }

    body section.home_prosli_layout .content_product:nth-of-type(4n+1) {
        border-left-width: 1px
    }

    body section.home_prosli_layout .content_product:nth-of-type(3n+1) {
        border-left-width: 0px
    }
}

@media (max-width: 540px) {
    body section.home_prosli_layout .content_product {
        width: 50%
    }

    body section.home_prosli_layout .content_product:nth-of-type(3n+1) {
        border-left-width: 1px
    }

    body section.home_prosli_layout .content_product:nth-of-type(2n+1) {
        border-left-width: 0px
    }
}

@media (max-width: 340px) {
    body section.home_prosli_layout .content_product {
        width: 100%;
        border-left: 0
    }

    body section.home_prosli_layout .content_product:nth-of-type(2n+1) {
        border-left-width: 1px
    }
}

body section.home_prosli_layout .page-title {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

body section.home_prosli_layout .page-title .prosli_action {
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins;
    cursor: pointer;
    padding-right: 30px
}

body section.home_prosli_layout .page-title .prosli_action:hover {
    color: #000000;
    text-decoration: underline
}

@media (max-width: 540px) {
    body section.home_prosli_layout .page-title {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    body section.home_prosli_layout .page-title h2,body section.home_prosli_layout .page-title .h2 {
        float: left;
        width: 100%
    }

    body section.home_prosli_layout .page-title .prosli_action {
        position: relative;
        float: left;
        right: auto;
        width: 100%;
        padding-bottom: 15px
    }
}

@media (min-width: 1200px) {
    body section.home_prosli_layout .owl-buttons {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
    }

    body section.home_prosli_layout .container:hover .owl-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
    }
}

body section.home_banner_layout .row {
    overflow: hidden
}

body section.home_banner_layout .home_banner_inner {
    margin-left: -15px;
    margin-right: -15px
}

body section.home_banner_layout .home_banner_inner .home_banner_content {
    overflow: hidden
}

body section.home_protab1_layout .home_protab1_content {
    background-color: #fff
}

body section.home_protab1_layout .protab1_top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-top: 2px solid #515151
}

body section.home_protab1_layout .protab1_top .page-title {
    border-width: 0;
    width: 289px
}

body section.home_protab1_layout .protab1_top .page-title h2,body section.home_protab1_layout .protab1_top .page-title .h2 {
    width: 100%;
    border-right: 1px solid #ebebeb
}

@media (max-width: 1199px) {
    body section.home_protab1_layout .protab1_top .page-title {
        width: 302px
    }
}

body section.home_protab1_layout .protab1_top .nav-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-bottom: 0
}

body section.home_protab1_layout .protab1_top .nav-tabs>li.active>a,body section.home_protab1_layout .protab1_top .nav-tabs>li.active>a:focus,body section.home_protab1_layout .protab1_top .nav-tabs>li.active>a:hover {
    border-width: 0;
    color: #000000
}

body section.home_protab1_layout .protab1_top .nav-tabs li {
    margin-left: 40px
}

body section.home_protab1_layout .protab1_top .nav-tabs li a {
    margin: 0;
    padding: 0;
    color: #222;
    font-weight: 300;
    border-width: 0
}

body section.home_protab1_layout .protab1_top .nav>li>a:focus,body section.home_protab1_layout .protab1_top .nav>li>a:hover {
    background-color: transparent;
    border-width: 0;
    color: #000000
}

@media (max-width: 991px) {
    body section.home_protab1_layout .protab1_top .owl-controls {
        display: none
    }

    body section.home_protab1_layout .protab1_top .nav-tabs li {
        margin-left: 20px
    }

    body section.home_protab1_layout .protab1_top .page-title {
        width: 315px
    }
}

@media (max-width: 767px) {
    body section.home_protab1_layout .protab1_top {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body section.home_protab1_layout .protab1_top .nav-tabs {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body section.home_protab1_layout .protab1_top .nav-tabs li {
        border-top: 1px solid #ebebeb;
        padding: 10px 20px;
        margin-left: 0px
    }

    body section.home_protab1_layout .protab1_top .nav-tabs>li,body section.home_protab1_layout .protab1_top .nav-tabs,body section.home_protab1_layout .protab1_top .page-title {
        width: 100%
    }
}

body section.home_protab1_layout .protab1_bottom .protab1_banner {
    float: left;
    width: 20.25%
}

body section.home_protab1_layout .protab1_bottom .protab1_banner>a {
    display: block
}

body section.home_protab1_layout .protab1_bottom .tab-content {
    float: left;
    width: 79.75%;
    margin-right: -1px
}

body section.home_protab1_layout .protab1_bottom .content_product {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

body section.home_protab1_layout .protab1_bottom .content_product .product {
    margin-bottom: 0
}

body section.home_protab1_layout .protab1_bottom .content_product .product .row-right {
    padding-bottom: 22px
}

body section.home_protab1_layout .protab1_bottom .content_product .product .product-title a {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-prev,body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-image: none !important;
    color: #222;
    border-color: #ebebeb;
    background-color: #fff;
    bottom: 100%;
    top: auto;
    right: 0;
    left: auto;
    border-right: 0;
    border-top-width: 0;
    border-bottom-width: 0
}

body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-prev .fa,body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-next .fa {
    color: #222;
    font-size: 20px;
    line-height: 54px
}

@media (min-width: 1200px) {
    body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-prev,body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-prev:hover,body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-next:hover {
        color: #fff;
        border-color: #a29e9e;
        background-color: #a29e9e
    }

    body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-prev:hover .fa,body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-next:hover .fa {
        color: #fff
    }
}

body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-next {
    margin-right: 1px;
    border-right: 1px solid #ebebeb
}

body section.home_protab1_layout .protab1_bottom .protab1_item>.owl-controls .owl-prev {
    margin-right: 57px
}

@media (max-width: 1199px) {
    body section.home_protab1_layout .protab1_bottom .protab1_banner {
        width: 24.5%
    }

    body section.home_protab1_layout .protab1_bottom .tab-content {
        width: 75.5%
    }
}

@media (max-width: 991px) {
    body section.home_protab1_layout .protab1_bottom .owl-controls .owl-next,body section.home_protab1_layout .protab1_bottom .owl-controls .owl-prev {
        margin-top: 0 !important;
        top: 0 !important;
        border-width: 1px !important
    }

    body section.home_protab1_layout .protab1_bottom .protab1_banner {
        width: 30.5%
    }

    body section.home_protab1_layout .protab1_bottom .tab-content {
        width: 69.5%
    }
}

@media (max-width: 767px) {
    body section.home_protab1_layout .protab1_bottom .protab1_banner {
        display: none
    }

    body section.home_protab1_layout .protab1_bottom .tab-content {
        width: 100%
    }
}

body section.home_protab2_layout .home_protab2_content {
    background-color: #fff
}

body section.home_protab2_layout .home_protab2_content .content_product {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 1px
}

body section.home_protab2_layout .home_protab2_content .content_product .product {
    margin-bottom: 0
}

body section.home_protab2_layout .protab2_top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-top: 2px solid #515151
}

body section.home_protab2_layout .protab2_top .page-title {
    border-width: 0;
    width: 387px;
    white-space: nowrap
}

body section.home_protab2_layout .protab2_top .page-title h2,body section.home_protab2_layout .protab2_top .page-title .h2 {
    width: 100%;
    border-right: 1px solid #ebebeb
}

body section.home_protab2_layout .protab2_top .nav>li>a {
    border-width: 0
}

body section.home_protab2_layout .protab2_top .nav>li>a:focus,body section.home_protab2_layout .protab2_top .nav>li>a:hover {
    background-color: transparent
}

body section.home_protab2_layout .protab2_top .nav-tabs>li>a:hover {
    border-width: 0
}

body section.home_protab2_layout .protab2_top .nav-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-bottom: 0
}

body section.home_protab2_layout .protab2_top .nav-tabs>a {
    border-width: 0
}

body section.home_protab2_layout .protab2_top .nav-tabs>li.active>a,body section.home_protab2_layout .protab2_top .nav-tabs>li.active>a:focus,body section.home_protab2_layout .protab2_top .nav-tabs>li.active>a:hover {
    border-width: 0;
    color: #000000
}

body section.home_protab2_layout .protab2_top .nav-tabs>li>a:hover {
    border-width: 0
}

body section.home_protab2_layout .protab2_top .nav-tabs li {
    margin-left: 40px
}

body section.home_protab2_layout .protab2_top .nav-tabs li a {
    margin: 0;
    padding: 0;
    color: #222;
    font-weight: 300
}

body section.home_protab2_layout .protab2_top .nav>li>a:focus,body section.home_protab2_layout .protab2_top .nav>li>a:hover {
    background-color: transparent;
    border-width: 0;
    color: #000000
}

@media (max-width: 767px) {
    body section.home_protab2_layout .protab2_top {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body section.home_protab2_layout .protab2_top .nav-tabs {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body section.home_protab2_layout .protab2_top .nav-tabs li {
        border-top: 1px solid #ebebeb;
        padding: 10px 20px;
        margin-left: 0px !important
    }

    body section.home_protab2_layout .protab2_top .nav-tabs>li,body section.home_protab2_layout .protab2_top .nav-tabs,body section.home_protab2_layout .protab2_top .page-title {
        width: 100%
    }
}

body section.home_protab2_layout .protab2_banner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body section.home_protab2_layout .protab2_banner>div {
    width: 50%;
    padding: 0
}

@media (max-width: 600px) {
    body section.home_protab2_layout .protab2_banner>div {
        width: 100%
    }
}

body section.home_protab2_layout .protab2_banner>div>a {
    display: block
}

body section.home_protab2_layout .protab2_item>.owl-controls .owl-prev,body section.home_protab2_layout .protab2_item>.owl-controls .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-image: none !important;
    color: #222;
    border-color: #ebebeb;
    background-color: #fff;
    bottom: 100%;
    top: auto;
    right: 0;
    left: auto;
    border-right: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    margin-bottom: 77px
}

body section.home_protab2_layout .protab2_item>.owl-controls .owl-prev .fa,body section.home_protab2_layout .protab2_item>.owl-controls .owl-next .fa {
    color: #222;
    font-size: 20px;
    line-height: 54px
}

@media (min-width: 1200px) {
    body section.home_protab2_layout .protab2_item>.owl-controls .owl-prev,body section.home_protab2_layout .protab2_item>.owl-controls .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body section.home_protab2_layout .protab2_item>.owl-controls .owl-prev:hover,body section.home_protab2_layout .protab2_item>.owl-controls .owl-next:hover {
        color: #fff;
        border-color: #a29e9e;
        background-color: #a29e9e
    }

    body section.home_protab2_layout .protab2_item>.owl-controls .owl-prev:hover .fa,body section.home_protab2_layout .protab2_item>.owl-controls .owl-next:hover .fa {
        color: #fff
    }
}

@media (max-width: 1199px) {
    body section.home_protab2_layout .protab2_item>.owl-controls .owl-prev,body section.home_protab2_layout .protab2_item>.owl-controls .owl-next {
        margin-bottom: 64px;
        border-top-width: 1px
    }
}

@media (max-width: 991px) {
    body section.home_protab2_layout .protab2_item>.owl-controls .owl-prev,body section.home_protab2_layout .protab2_item>.owl-controls .owl-next {
        top: 0;
        bottom: auto;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ebebeb
    }
}

body section.home_protab2_layout .protab2_item>.owl-controls .owl-next {
    margin-right: 0
}

body section.home_protab2_layout .protab2_item>.owl-controls .owl-prev {
    margin-right: 56px
}

body section.home_protab2_layout .index-galimg.thumbs {
    border-top: 1px solid #ebebeb
}

body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-prev,body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -18.5px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-width: 0px;
    border-style: solid;
    background-image: none !important;
    color: #222;
    border-color: #ebebeb;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9)
}

body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-prev .fa,body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-next .fa {
    color: #222;
    font-size: 20px;
    line-height: 37px
}

@media (min-width: 1200px) {
    body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-prev,body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-prev:hover,body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-next:hover {
        color: #fff;
        border-color: #a29e9e;
        background-color: #a29e9e
    }

    body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-prev:hover .fa,body section.home_protab2_layout .index-galimg.thumbs .owl-controls .owl-next:hover .fa {
        color: #fff
    }
}

@media (min-width: 1200px) {
    body section.home_protab2_layout .index-galimg.thumbs .index-galimg-content .owl-controls {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body section.home_protab2_layout .index-galimg.thumbs .index-galimg-content:hover .owl-controls {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
    }
}

@media (max-width: 1199px) {
    body section.home_protab2_layout .protab2_top {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 15px
    }

    body section.home_protab2_layout .protab2_top .nav-tabs li {
        margin-left: 30px
    }

    body section.home_protab2_layout .protab2_top .page-title h2,body section.home_protab2_layout .protab2_top .page-title .h2 {
        border-right: 0
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    body section.home_protab2_layout .protab2_top {
        padding-bottom: 0px
    }
}

body section.home_banbot_layout {
    padding-bottom: 20px !important
}

@media (max-width: 1199px) {
    body section.home_banbot_layout {
        padding-bottom: 80px !important
    }
}

@media (max-width: 767px) {
    body section.home_banbot_layout {
        background-image: none
    }
}

body section.home_banbot_layout .home_banbot_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #fff4f6
}

body section.home_banbot_layout .home_banbot_inner>div {
    width: 33.33333%;
    padding: 0
}

@media (max-width: 767px) {
    body section.home_banbot_layout .home_banbot_inner>div {
        width: 50%
    }
}

@media (max-width: 420px) {
    body section.home_banbot_layout .home_banbot_inner>div {
        width: 100%
    }
}

body section.home_banbot_layout .home_banbot_inner .banbot_text {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

@media (min-width: 421px) and (max-width: 600px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 420px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

body section.home_banbot_layout .home_banbot_inner .banbot_text .title-1 {
    font-family: Poppins;
    display: block;
    font-size: 60px
}

@media (max-width: 1199px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .title-1 {
        font-size: 47px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .title-1 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .title-1 {
        font-size: 39px
    }
}

@media (min-width: 421px) and (max-width: 600px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .title-1 {
        font-size: 27px
    }
}

body section.home_banbot_layout .home_banbot_inner .banbot_text .title-2 {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-top: -10px;
    font-weight: 400;
    margin-bottom: 28px;
    font-family: 'Montserrat', sans-serif
}

@media (min-width: 768px) and (max-width: 991px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .title-2 {
        font-size: 16px;
        margin-top: -5px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .title-2 {
        margin-bottom: 15px;
        font-size: 15px
    }
}

body section.home_banbot_layout .home_banbot_inner .banbot_text .content {
    line-height: 1.8em;
    color: #333
}

@media (min-width: 768px) and (max-width: 991px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .content {
        line-height: 1em;
        font-size: 12px
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .content {
        line-height: 1em
    }
}

@media (min-width: 421px) and (max-width: 480px) {
    body section.home_banbot_layout .home_banbot_inner .banbot_text .content {
        font-size: 11px
    }
}

body section.home_banbot_layout .home_banbot_inner .banbot_text.color_1 .title-1 {
    color: #333
}

body section.home_banbot_layout .home_banbot_inner .banbot_text.color_1 .title-2 {
    color: #000000
}

body section.home_banbot_layout .home_banbot_inner .banbot_text.color_2 .title-1 {
    color: #000000
}

body section.home_banbot_layout .home_banbot_inner .banbot_text.color_2 .title-2 {
    color: #333
}

body section.home_banbot_layout .home_banbot_inner .banbot_image>a {
    display: block
}

body section.home_banbot_layout .home_banbot_inner .banbot_image>a:before {
    content: ''
}

body section.home_pronew_layout {
    padding-bottom: -5px !important
}

body section.home_pronew_layout .home_pronew_inner {
    margin-left: -15px;
    margin-right: -15px
}

body section.home_pronew_layout .home-title {
    margin-bottom: 45px
}

@media (max-width: 1199px) {
    body section.home_pronew_layout {
        padding-bottom: 50px !important
    }
}

@media (max-width: 991px) {
    body section.home_pronew_layout .col-sm-3.content_product {
        width: 50%
    }
}

@media (max-width: 991px) {
    body section.home_pronew_layout .home_pronew_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body section.home_pronew_layout .col-sm-4.content_product {
        width: 33.33333%
    }
}

@media (max-width: 480px) {
    body section.home_pronew_layout .col-sm-4.content_product {
        width: 50%
    }

    body section.home_pronew_layout .col-sm-4.content_product:last-child {
        display: none
    }
}

@media (max-width: 320px) {
    body section.home_pronew_layout .content_product {
        width: 100% !important
    }
}

body section.home_blog_layout {
    padding-top: 0
}

body section.home_blog_layout .page-title h2,body section.home_blog_layout .page-title .h2 {
    border-right: 0
}

@media (max-width: 991px) {
    body section.home_blog_layout .page-title>a {
        position: static;
        margin-top: 0
    }
}

body section.home_blog_layout .home_blog_inner {
    background-color: #fff
}

@media (max-width: 767px) {
    body section.home_blog_layout .home_blog_inner .page-title a {
        padding: 0
    }
}

@media (max-width: 360px) {
    body section.home_blog_layout .home_blog_inner .page-title a {
        padding-left: 0
    }
}

body section.home_blog_layout .home_blog_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px 5px 5px
}

@media (max-width: 767px) {
    body section.home_blog_layout .home_blog_content>div {
        padding-left: 10px;
        padding-right: 10px
    }
}

body section.home_blog_layout .home_blog_content .article-img {
    display: block
}

@media (min-width: 1200px) {
    body section.home_blog_layout .home_blog_content .article-img {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body section.home_blog_layout .home_blog_content .article-img:hover {
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

body section.home_blog_layout .home_blog_content .article-top {
    margin-bottom: 17px
}

body section.home_blog_layout .home_blog_content .article-top>a img {
    width: 100%
}

@media (max-width: 767px) {
    body section.home_blog_layout .home_blog_content .article-top {
        margin-bottom: 15px
    }
}

body section.home_blog_layout .home_blog_content .article-bottom .article-name {
    margin-bottom: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body section.home_blog_layout .home_blog_content .article-bottom .article-name a {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    text-transform: uppercase
}

body section.home_blog_layout .home_blog_content .article-bottom .article-name a:hover {
    color: #000000
}

body section.home_blog_layout .home_blog_content .article-bottom .article-content {
    width: 100%;
    float: left
}

body section.home_blog_layout .home_blog_content .article-bottom .article-content p {
    line-height: 2em;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400
}

body section.home_blog_layout .home_blog_content .article-bottom .article-info .article-date {
    font-size: 12px;
    font-family: Poppins;
    color: #959595;
    text-transform: uppercase;
    font-weight: 400
}

body section.home_blog_layout .home_blog_content .article-bottom .article-info .article-date i.fa {
    color: #000000;
    margin-right: 5px
}

body section.home_blog_layout .home_blog_content .blog_video .video_items>a {
    display: block
}

body section.home_blog_layout .home_blog_content .blog_video .video_items>a img {
    width: 100%
}

body section.home_blog_layout .home_blog_content .blog_video .video_items:nth-of-type(1) {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    body section.home_blog_layout .home_blog_content .blog_video .video_items:nth-of-type(1) {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    body section.home_blog_layout .home_blog_content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body section.home_blog_layout .home_blog_content .article-wrapper {
        width: 50%
    }
}

@media (max-width: 600px) {
    body section.home_blog_layout .home_blog_content .article-wrapper {
        width: 100%
    }
}

body #contactFormWrapper .input-note-form {
    display: none
}

body #lightbox .modal-dialog {
    margin: 150px auto
}

body #lightbox .modal-body {
    padding: 10px
}

body #lightbox .modal-content {
    display: inline-block;
    text-align: center
}

body #lightbox .close {
    opacity: 1;
    position: absolute;
    top: -13px;
    right: -15px;
    z-index: 1032;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 26px;
    color: #fff;
    background-color: #000;
    border: 2px solid #fff
}

body #lightbox .close:focus {
    outline: none
}

body #lightbox .close:hover {
    color: #000;
    background-color: #fff;
    border-color: #000
}

body:not(.index-template) header {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    body:not(.index-template) header .main-header {
        margin-bottom: 10px !important
    }
}

body:not(.index-template) main>section.search-content,body:not(.index-template) main>section.account-content,body:not(.index-template) main>section.login-content,body:not(.index-template) main>section.register-content,body:not(.index-template) main>section .shopify-section {
    margin-top: 25px;
    margin-bottom: 25px
}

@media (max-width: 1199px) {
    body:not(.index-template) main>section.search-content,body:not(.index-template) main>section.account-content,body:not(.index-template) main>section.login-content,body:not(.index-template) main>section.register-content,body:not(.index-template) main>section .shopify-section {
        margin-top: 16.66667px;
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body:not(.index-template) main>section.search-content,body:not(.index-template) main>section.account-content,body:not(.index-template) main>section.login-content,body:not(.index-template) main>section.register-content,body:not(.index-template) main>section .shopify-section {
        margin-top: 12.5px;
        margin-bottom: 12.5px
    }
}

body:not(.index-template) main>section.search-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.search-content#shopify-section-blog-two-template,body:not(.index-template) main>section.search-content#shopify-section-blog-three-template,body:not(.index-template) main>section.search-content#shopify-section-article-template,body:not(.index-template) main>section.search-content#shopify-section-blog-standard-template,body:not(.index-template) main>section.search-content#shopify-section-blog-template,body:not(.index-template) main>section.search-content#shopify-section-product-template,body:not(.index-template) main>section.account-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.account-content#shopify-section-blog-two-template,body:not(.index-template) main>section.account-content#shopify-section-blog-three-template,body:not(.index-template) main>section.account-content#shopify-section-article-template,body:not(.index-template) main>section.account-content#shopify-section-blog-standard-template,body:not(.index-template) main>section.account-content#shopify-section-blog-template,body:not(.index-template) main>section.account-content#shopify-section-product-template,body:not(.index-template) main>section.login-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.login-content#shopify-section-blog-two-template,body:not(.index-template) main>section.login-content#shopify-section-blog-three-template,body:not(.index-template) main>section.login-content#shopify-section-article-template,body:not(.index-template) main>section.login-content#shopify-section-blog-standard-template,body:not(.index-template) main>section.login-content#shopify-section-blog-template,body:not(.index-template) main>section.login-content#shopify-section-product-template,body:not(.index-template) main>section.register-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.register-content#shopify-section-blog-two-template,body:not(.index-template) main>section.register-content#shopify-section-blog-three-template,body:not(.index-template) main>section.register-content#shopify-section-article-template,body:not(.index-template) main>section.register-content#shopify-section-blog-standard-template,body:not(.index-template) main>section.register-content#shopify-section-blog-template,body:not(.index-template) main>section.register-content#shopify-section-product-template,body:not(.index-template) main>section .shopify-section#shopify-section-article-fullwidth-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-two-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-three-template,body:not(.index-template) main>section .shopify-section#shopify-section-article-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-standard-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-template,body:not(.index-template) main>section .shopify-section#shopify-section-product-template {
    margin-top: 60px
}

body:not(.index-template) main>section.search-content.account-content,body:not(.index-template) main>section.search-content#shopify-section-cart-template,body:not(.index-template) main>section.search-content#shopify-section-article-template,body:not(.index-template) main>section.search-content#shopify-section-blog-template,body:not(.index-template) main>section.search-content#shopify-section-product-template,body:not(.index-template) main>section.search-content#shopify-section-lookbook-template,body:not(.index-template) main>section.search-content#shopify-section-faq-template,body:not(.index-template) main>section.search-content#shopify-section-contact-template,body:not(.index-template) main>section.search-content#shopify-section-blog-article-template,body:not(.index-template) main>section.search-content.collection-fullwidth,body:not(.index-template) main>section.search-content#shopify-section-collection-template,body:not(.index-template) main>section.search-content#shopify-section-about-feature-studio-template,body:not(.index-template) main>section.search-content#shopify-section-event-timeline-template,body:not(.index-template) main>section.search-content#shopify-section-event-countdown-template,body:not(.index-template) main>section.account-content.account-content,body:not(.index-template) main>section.account-content#shopify-section-cart-template,body:not(.index-template) main>section.account-content#shopify-section-article-template,body:not(.index-template) main>section.account-content#shopify-section-blog-template,body:not(.index-template) main>section.account-content#shopify-section-product-template,body:not(.index-template) main>section.account-content#shopify-section-lookbook-template,body:not(.index-template) main>section.account-content#shopify-section-faq-template,body:not(.index-template) main>section.account-content#shopify-section-contact-template,body:not(.index-template) main>section.account-content#shopify-section-blog-article-template,body:not(.index-template) main>section.account-content.collection-fullwidth,body:not(.index-template) main>section.account-content#shopify-section-collection-template,body:not(.index-template) main>section.account-content#shopify-section-about-feature-studio-template,body:not(.index-template) main>section.account-content#shopify-section-event-timeline-template,body:not(.index-template) main>section.account-content#shopify-section-event-countdown-template,body:not(.index-template) main>section.login-content.account-content,body:not(.index-template) main>section.login-content#shopify-section-cart-template,body:not(.index-template) main>section.login-content#shopify-section-article-template,body:not(.index-template) main>section.login-content#shopify-section-blog-template,body:not(.index-template) main>section.login-content#shopify-section-product-template,body:not(.index-template) main>section.login-content#shopify-section-lookbook-template,body:not(.index-template) main>section.login-content#shopify-section-faq-template,body:not(.index-template) main>section.login-content#shopify-section-contact-template,body:not(.index-template) main>section.login-content#shopify-section-blog-article-template,body:not(.index-template) main>section.login-content.collection-fullwidth,body:not(.index-template) main>section.login-content#shopify-section-collection-template,body:not(.index-template) main>section.login-content#shopify-section-about-feature-studio-template,body:not(.index-template) main>section.login-content#shopify-section-event-timeline-template,body:not(.index-template) main>section.login-content#shopify-section-event-countdown-template,body:not(.index-template) main>section.register-content.account-content,body:not(.index-template) main>section.register-content#shopify-section-cart-template,body:not(.index-template) main>section.register-content#shopify-section-article-template,body:not(.index-template) main>section.register-content#shopify-section-blog-template,body:not(.index-template) main>section.register-content#shopify-section-product-template,body:not(.index-template) main>section.register-content#shopify-section-lookbook-template,body:not(.index-template) main>section.register-content#shopify-section-faq-template,body:not(.index-template) main>section.register-content#shopify-section-contact-template,body:not(.index-template) main>section.register-content#shopify-section-blog-article-template,body:not(.index-template) main>section.register-content.collection-fullwidth,body:not(.index-template) main>section.register-content#shopify-section-collection-template,body:not(.index-template) main>section.register-content#shopify-section-about-feature-studio-template,body:not(.index-template) main>section.register-content#shopify-section-event-timeline-template,body:not(.index-template) main>section.register-content#shopify-section-event-countdown-template,body:not(.index-template) main>section .shopify-section.account-content,body:not(.index-template) main>section .shopify-section#shopify-section-cart-template,body:not(.index-template) main>section .shopify-section#shopify-section-article-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-template,body:not(.index-template) main>section .shopify-section#shopify-section-product-template,body:not(.index-template) main>section .shopify-section#shopify-section-lookbook-template,body:not(.index-template) main>section .shopify-section#shopify-section-faq-template,body:not(.index-template) main>section .shopify-section#shopify-section-contact-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-article-template,body:not(.index-template) main>section .shopify-section.collection-fullwidth,body:not(.index-template) main>section .shopify-section#shopify-section-collection-template,body:not(.index-template) main>section .shopify-section#shopify-section-about-feature-studio-template,body:not(.index-template) main>section .shopify-section#shopify-section-event-timeline-template,body:not(.index-template) main>section .shopify-section#shopify-section-event-countdown-template {
    margin-top: 0
}

body:not(.index-template) main>section.search-content#shopify-section-guest-book-template,body:not(.index-template) main>section.search-content.collection-wide,body:not(.index-template) main>section.search-content#shopify-section-contact-template,body:not(.index-template) main>section.search-content#shopify-section-collection-fullwidth-template,body:not(.index-template) main>section.search-content#shopify-section-about-information-template,body:not(.index-template) main>section.search-content#shopify-section-location-template,body:not(.index-template) main>section.search-content#shopify-section-friend-say-template,body:not(.index-template) main>section.search-content#shopify-section-event-banner-template,body:not(.index-template) main>section.search-content#shopify-section-grooms-template,body:not(.index-template) main>section.search-content#shopify-section-service-template,body:not(.index-template) main>section.search-content#shopify-section-about-template,body:not(.index-template) main>section.account-content#shopify-section-guest-book-template,body:not(.index-template) main>section.account-content.collection-wide,body:not(.index-template) main>section.account-content#shopify-section-contact-template,body:not(.index-template) main>section.account-content#shopify-section-collection-fullwidth-template,body:not(.index-template) main>section.account-content#shopify-section-about-information-template,body:not(.index-template) main>section.account-content#shopify-section-location-template,body:not(.index-template) main>section.account-content#shopify-section-friend-say-template,body:not(.index-template) main>section.account-content#shopify-section-event-banner-template,body:not(.index-template) main>section.account-content#shopify-section-grooms-template,body:not(.index-template) main>section.account-content#shopify-section-service-template,body:not(.index-template) main>section.account-content#shopify-section-about-template,body:not(.index-template) main>section.login-content#shopify-section-guest-book-template,body:not(.index-template) main>section.login-content.collection-wide,body:not(.index-template) main>section.login-content#shopify-section-contact-template,body:not(.index-template) main>section.login-content#shopify-section-collection-fullwidth-template,body:not(.index-template) main>section.login-content#shopify-section-about-information-template,body:not(.index-template) main>section.login-content#shopify-section-location-template,body:not(.index-template) main>section.login-content#shopify-section-friend-say-template,body:not(.index-template) main>section.login-content#shopify-section-event-banner-template,body:not(.index-template) main>section.login-content#shopify-section-grooms-template,body:not(.index-template) main>section.login-content#shopify-section-service-template,body:not(.index-template) main>section.login-content#shopify-section-about-template,body:not(.index-template) main>section.register-content#shopify-section-guest-book-template,body:not(.index-template) main>section.register-content.collection-wide,body:not(.index-template) main>section.register-content#shopify-section-contact-template,body:not(.index-template) main>section.register-content#shopify-section-collection-fullwidth-template,body:not(.index-template) main>section.register-content#shopify-section-about-information-template,body:not(.index-template) main>section.register-content#shopify-section-location-template,body:not(.index-template) main>section.register-content#shopify-section-friend-say-template,body:not(.index-template) main>section.register-content#shopify-section-event-banner-template,body:not(.index-template) main>section.register-content#shopify-section-grooms-template,body:not(.index-template) main>section.register-content#shopify-section-service-template,body:not(.index-template) main>section.register-content#shopify-section-about-template,body:not(.index-template) main>section .shopify-section#shopify-section-guest-book-template,body:not(.index-template) main>section .shopify-section.collection-wide,body:not(.index-template) main>section .shopify-section#shopify-section-contact-template,body:not(.index-template) main>section .shopify-section#shopify-section-collection-fullwidth-template,body:not(.index-template) main>section .shopify-section#shopify-section-about-information-template,body:not(.index-template) main>section .shopify-section#shopify-section-location-template,body:not(.index-template) main>section .shopify-section#shopify-section-friend-say-template,body:not(.index-template) main>section .shopify-section#shopify-section-event-banner-template,body:not(.index-template) main>section .shopify-section#shopify-section-grooms-template,body:not(.index-template) main>section .shopify-section#shopify-section-service-template,body:not(.index-template) main>section .shopify-section#shopify-section-about-template {
    margin-bottom: 0
}

body:not(.index-template) main>section.search-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.account-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.login-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.register-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section .shopify-section#shopify-section-article-fullwidth-template {
    margin-bottom: -40px
}

body:not(.index-template) main>section.search-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.search-content#shopify-section-event-picture-template,body:not(.index-template) main>section.account-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.account-content#shopify-section-event-picture-template,body:not(.index-template) main>section.login-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.login-content#shopify-section-event-picture-template,body:not(.index-template) main>section.register-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.register-content#shopify-section-event-picture-template,body:not(.index-template) main>section .shopify-section#shopify-section-article-fullwidth-template,body:not(.index-template) main>section .shopify-section#shopify-section-event-picture-template {
    margin-bottom: -5px
}

@media (max-width: 1199px) {
    body:not(.index-template) main>section.search-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.search-content#shopify-section-event-picture-template,body:not(.index-template) main>section.account-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.account-content#shopify-section-event-picture-template,body:not(.index-template) main>section.login-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.login-content#shopify-section-event-picture-template,body:not(.index-template) main>section.register-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.register-content#shopify-section-event-picture-template,body:not(.index-template) main>section .shopify-section#shopify-section-article-fullwidth-template,body:not(.index-template) main>section .shopify-section#shopify-section-event-picture-template {
        margin-bottom: -13.33333px
    }
}

@media (max-width: 991px) {
    body:not(.index-template) main>section.search-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.search-content#shopify-section-event-picture-template,body:not(.index-template) main>section.account-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.account-content#shopify-section-event-picture-template,body:not(.index-template) main>section.login-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.login-content#shopify-section-event-picture-template,body:not(.index-template) main>section.register-content#shopify-section-article-fullwidth-template,body:not(.index-template) main>section.register-content#shopify-section-event-picture-template,body:not(.index-template) main>section .shopify-section#shopify-section-article-fullwidth-template,body:not(.index-template) main>section .shopify-section#shopify-section-event-picture-template {
        margin-bottom: -17.5px
    }
}

body:not(.index-template) main>section.search-content#shopify-section-store-story-template,body:not(.index-template) main>section.account-content#shopify-section-store-story-template,body:not(.index-template) main>section.login-content#shopify-section-store-story-template,body:not(.index-template) main>section.register-content#shopify-section-store-story-template,body:not(.index-template) main>section .shopify-section#shopify-section-store-story-template {
    margin-bottom: 5px
}

@media (max-width: 767px) {
    body:not(.index-template) main>section.search-content#shopify-section-product-template,body:not(.index-template) main>section.search-content#shopify-section-collection-template,body:not(.index-template) main>section.search-content#shopify-section-article-template,body:not(.index-template) main>section.search-content#shopify-section-blog-grid-template,body:not(.index-template) main>section.search-content#shopify-section-blog-list-template,body:not(.index-template) main>section.search-content#shopify-section-blog-template,body:not(.index-template) main>section.search-content#shopify-section-faq-template,body:not(.index-template) main>section.search-content#shopify-section-about-template,body:not(.index-template) main>section.account-content#shopify-section-product-template,body:not(.index-template) main>section.account-content#shopify-section-collection-template,body:not(.index-template) main>section.account-content#shopify-section-article-template,body:not(.index-template) main>section.account-content#shopify-section-blog-grid-template,body:not(.index-template) main>section.account-content#shopify-section-blog-list-template,body:not(.index-template) main>section.account-content#shopify-section-blog-template,body:not(.index-template) main>section.account-content#shopify-section-faq-template,body:not(.index-template) main>section.account-content#shopify-section-about-template,body:not(.index-template) main>section.login-content#shopify-section-product-template,body:not(.index-template) main>section.login-content#shopify-section-collection-template,body:not(.index-template) main>section.login-content#shopify-section-article-template,body:not(.index-template) main>section.login-content#shopify-section-blog-grid-template,body:not(.index-template) main>section.login-content#shopify-section-blog-list-template,body:not(.index-template) main>section.login-content#shopify-section-blog-template,body:not(.index-template) main>section.login-content#shopify-section-faq-template,body:not(.index-template) main>section.login-content#shopify-section-about-template,body:not(.index-template) main>section.register-content#shopify-section-product-template,body:not(.index-template) main>section.register-content#shopify-section-collection-template,body:not(.index-template) main>section.register-content#shopify-section-article-template,body:not(.index-template) main>section.register-content#shopify-section-blog-grid-template,body:not(.index-template) main>section.register-content#shopify-section-blog-list-template,body:not(.index-template) main>section.register-content#shopify-section-blog-template,body:not(.index-template) main>section.register-content#shopify-section-faq-template,body:not(.index-template) main>section.register-content#shopify-section-about-template,body:not(.index-template) main>section .shopify-section#shopify-section-product-template,body:not(.index-template) main>section .shopify-section#shopify-section-collection-template,body:not(.index-template) main>section .shopify-section#shopify-section-article-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-grid-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-list-template,body:not(.index-template) main>section .shopify-section#shopify-section-blog-template,body:not(.index-template) main>section .shopify-section#shopify-section-faq-template,body:not(.index-template) main>section .shopify-section#shopify-section-about-template {
        margin-top: 0
    }
}

body:not(.index-template) main>section #shopify-section-about-template {
    margin-top: 0
}

body:not(.index-template) main .details,body:not(.index-template) main #wish-list,body:not(.index-template) main .customer-heading {
    margin-top: 25px;
    margin-bottom: 25px
}

@media (max-width: 1199px) {
    body:not(.index-template) main .details,body:not(.index-template) main #wish-list,body:not(.index-template) main .customer-heading {
        margin-top: 16.66667px;
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body:not(.index-template) main .details,body:not(.index-template) main #wish-list,body:not(.index-template) main .customer-heading {
        margin-top: 12.5px;
        margin-bottom: 12.5px
    }
}

body .breadcrumb-title {
    margin: 0
}

body .breadcrumb-title span {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 400;
    -moz-text-shadow: 1px 1px 20px rgba(0,0,0,0.6);
    -webkit-text-shadow: 1px 1px 20px rgba(0,0,0,0.6);
    text-shadow: 1px 1px 20px rgba(0,0,0,0.6)
}

body .breadcrumb {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    background-color: transparent;
    -moz-text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    -webkit-text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: auto;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500
}

body .breadcrumb * {
    color: #fff
}

body .breadcrumb strong {
    font-weight: 300;
    color: #222 !important
}

body .breadcrumb .arrow-space {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 767px) {
    body .breadcrumb {
        padding-left: 15px;
        padding-right: 15px
    }
}

body .page-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 500px;
    background-position: center center
}

body .page-heading .heading-content-group {
    text-align: center
}

@media (max-width: 991px) {
    body .page-heading {
        min-height: 300px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    body .page-heading .breadcrumb-title {
        padding-left: 15px;
        padding-right: 15px
    }

    body .page-heading .breadcrumb-title span {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    body .page-heading {
        min-height: 100px
    }

    body .page-heading .breadcrumb-title span {
        font-size: 20px
    }
}

body .shopify-challenge__container {
    margin-top: 50px
}

body .layout_content .layout-inner {
    margin-bottom: 30px
}

body .layout_content .layout-inner>div {
    float: left
}

body .layout_content .layout-inner .layout-icon {
    width: 39%;
    padding-right: 50px;
    border-right: 1px solid #ebebeb
}

body .layout_content .layout-inner .layout-icon .group_icon {
    height: 170px;
    width: 170px;
    background-color: #f5f5f5;
    position: relative
}

body .layout_content .layout-inner .layout-icon .group_icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin-left: -25px;
    margin-top: -25px
}

body .layout_content .layout-inner .layout_caption {
    width: 61%;
    padding-left: 50px;
    line-height: 2em
}

@media (max-width: 991px) {
    body .layout_content .layout-inner {
        width: 100%;
        float: left
    }

    body .layout_content .layout-inner .layout-icon {
        width: 30%
    }

    body .layout_content .layout-inner .layout-caption {
        width: 70%
    }
}

@media (max-width: 767px) {
    body .layout_content .layout-inner {
        position: relative;
        padding-left: 80px
    }

    body .layout_content .layout-inner .layout-icon {
        position: absolute;
        top: 0;
        left: 15px;
        width: auto;
        padding-right: 0;
        border-right: 0
    }

    body .layout_content .layout-inner .layout-icon .group_icon {
        width: auto;
        height: auto;
        max-width: 100%;
        background-color: transparent;
        padding: 0
    }

    body .layout_content .layout-inner .layout-icon .group_icon .fa {
        position: static;
        top: 0;
        left: 0;
        font-size: 50px;
        margin-left: 0;
        margin-top: 0
    }

    body .layout_content .layout-inner .layout_caption {
        width: 100%;
        border-left: 1px solid #ebebeb;
        padding-left: 15px
    }
}

body .layout_content .layout-inner:nth-child(1) .group_icon .fa {
    color: #ef5350
}

body .layout_content .layout-inner:nth-child(2) .group_icon .fa {
    color: #00b8d4
}

body .layout_content .layout-inner:nth-child(3) .group_icon .fa {
    color: #009688
}

body .layout_content .layout-inner:nth-child(4) .group_icon .fa {
    color: #5e35b1
}

body .layout_content .layout-inner:nth-child(5) .group_icon .fa {
    color: #f57f17
}

body .layout_content .layout-inner:nth-child(6) .group_icon .fa {
    color: #d81b60
}

body #page .contact-form label {
    color: #222;
    font-weight: normal
}

body #page .contact-form input[type="telephone"],body #page .contact-form input[type="email"],body #page .contact-form input[type="text"] {
    height: 40px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ebebeb;
    margin-bottom: 17px;
    line-height: 38px;
    padding: 0 15px
}

body #page .contact-form textarea {
    width: 100%;
    height: 127px;
    margin-bottom: 35px;
    padding: 15px
}

body #page .contact-form .btn,body #page .contact-form .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist #page .contact-form button,body #page .contact-form .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input #page .contact-form .get-rates,body #page .contact-form .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar #page .contact-form #view_address,body #page .contact-form .group-form-address .add-new-address,body .group-form-address #page .contact-form .add-new-address,body #page .contact-form .customer_address_table .add-new-address,body .customer_address_table #page .contact-form .add-new-address {
    line-height: 38px;
    height: 38px;
    padding: 0 30px
}

body #page>.details>ul {
    margin-left: 15px
}

body .google_maps_layout,body .google-maps-layout {
    margin-bottom: 25px
}

@media (max-width: 1199px) {
    body .google_maps_layout,body .google-maps-layout {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .google_maps_layout,body .google-maps-layout {
        margin-bottom: 12.5px
    }
}

body .google_maps_layout .map,body .google-maps-layout .map {
    width: 100%;
    min-height: 570px;
    float: left
}

@media (max-width: 1199px) {
    body .google_maps_layout .map,body .google-maps-layout .map {
        min-height: 285px
    }
}

@media (max-width: 767px) {
    body .google_maps_layout .map,body .google-maps-layout .map {
        min-height: 180px
    }
}

body .collection-heading>a {
    display: block
}

body .collection-heading .collection-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-left-width: 0;
    border-right-width: 0;
    padding: 6px 0
}

body .collection-heading .collection-wrapper .collection-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Poppins;
    color: #333;
    font-weight: 400;
    font-size: 18px
}

body .collection-heading .collection-wrapper .breadcrumb-group .breadcrumb * {
    color: #969696;
    text-shadow: none
}

body .collection-heading .collection-wrapper .breadcrumb-group .breadcrumb {
    font-size: 12px;
    font-weight: 300;
    font-family: Montserrat
}

@media (max-width: 767px) {
    body .collection-heading .collection-wrapper {
        border-width: 0
    }

    body .collection-heading .collection-wrapper .breadcrumb-group,body .collection-heading .collection-wrapper .collection-title {
        width: 100%;
        text-align: center
    }

    body .collection-heading .collection-wrapper .collection-title {
        margin-top: 60px
    }
}

body .story_store_layout .home_caption {
    text-align: center;
    margin-bottom: 44px;
    padding: 0 22%;
    line-height: 1.8em
}

body .story_store_layout .home_caption i {
    color: #000000;
    font-family: Poppins;
    font-weight: 500
}

body .story_store_layout .home_story_content {
    padding: 43px 0 53px;
    background-image: url(../../assets/images/line-ourstory-top.png),url(../../assets/images/line-ourstory-bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    background-size: 100%
}

body .story_store_layout .home_story_content .story_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 60px
}

body .story_store_layout .home_story_content .story_content:last-child {
    margin-bottom: 0px
}

body .story_store_layout .home_story_content .story_content.position_left {
    -webkit-flex-direction: now;
    -moz-flex-direction: now;
    -ms-flex-direction: now;
    flex-direction: now
}

body .story_store_layout .home_story_content .story_content.position_left .story_year {
    text-align: left
}

body .story_store_layout .home_story_content .story_content.position_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

body .story_store_layout .home_story_content .story_content.position_right .story_year {
    text-align: right
}

body .story_store_layout .home_story_content .story_content .story_year {
    font-size: 72px;
    font-family: Poppins;
    color: #000000;
    width: 16.66667%;
    line-height: 1em
}

body .story_store_layout .home_story_content .story_content .story_caption {
    font-family: Montserrat;
    width: 83.33333%;
    line-height: 1.8em
}

body .story_store_layout .home_story_content .story_content .story_caption .title {
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    font-style: italic
}

@media (max-width: 1199px) {
    body .story_store_layout .home_story_content .story_year {
        font-size: 60px !important
    }
}

@media (max-width: 991px) {
    body .story_store_layout .home_story_content .story_year {
        width: 25% !important
    }

    body .story_store_layout .home_story_content .story_caption {
        width: 75% !important
    }
}

@media (max-width: 600px) {
    body .story_store_layout .home_story_content .story_content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .story_store_layout .home_story_content .story_caption,body .story_store_layout .home_story_content .story_year {
        width: 100% !important
    }

    body .story_store_layout .home_story_content .story_year {
        text-align: center !important
    }
}

body .grooms_content {
    margin-bottom: 25px
}

body .grooms_content .date,body .grooms_content .article-date {
    font-family: Montserrat;
    font-weight: 400;
    font-style: italic
}

body .grooms_content .quote {
    font-size: 250px;
    height: 62px;
    overflow: hidden;
    line-height: 189px;
    display: block;
    text-align: left;
    margin-left: -10px;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    body .grooms_content .quote {
        font-size: 200px;
        height: 50px;
        line-height: 150px
    }
}

@media (max-width: 991px) {
    body .grooms_content .quote {
        font-size: 150px;
        height: 38px;
        line-height: 115px
    }
}

@media (max-width: 767px) {
    body .grooms_content .quote {
        text-align: center;
        height: 48px;
        font-size: 190px;
        line-height: 145px
    }
}

body .grooms_content .page-title {
    margin-bottom: 60px
}

body .grooms_content .image_layout {
    margin-bottom: 12.5px
}

@media (max-width: 1199px) {
    body .grooms_content .image_layout {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .grooms_content .image_layout {
        margin-bottom: 12.5px
    }
}

body .grooms_content .image_layout .image_inner {
    margin-left: -15px;
    margin-right: -15px
}

body .grooms_content .image_layout .image_content .image_item>span.image {
    display: block
}

@media (max-width: 767px) {
    body .grooms_content .image_layout .image_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .grooms_content .image_layout .image_content .image_item {
        width: 33.33333%
    }
}

@media (max-width: 425px) {
    body .grooms_content .image_layout .image_content .image_item {
        width: 50%
    }
}

body .grooms_content .image_layout .image_content .image_caption {
    text-align: center;
    padding: 20px 0 45px
}

body .grooms_content .image_layout .image_content .image_caption .name {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    font-family: Montserrat;
    display: block;
    margin-bottom: 5px
}

body .grooms_content .image_layout .image_content .image_caption .caption {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400
}

body .grooms_content .slider_layout {
    background-color: #eef1fb;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    body .grooms_content .slider_layout {
        max-height: 411px
    }
}

@media (max-width: 1199px) {
    body .grooms_content .slider_layout {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .grooms_content .slider_layout {
        margin-bottom: 12.5px
    }
}

body .grooms_content .slider_layout .slider_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .grooms_content .slider_layout .tab-content {
    padding-left: 30px;
    padding-right: 0px
}

@media (max-width: 767px) {
    body .grooms_content .slider_layout .tab-content {
        padding-left: 0px
    }
}

body .grooms_content .slider_layout .tab-content .tab-pane-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 411px
}

body .grooms_content .slider_layout .tab-content .tab-pane-group .fa-quote-left {
    font-size: 70px;
    display: block;
    margin-bottom: 13px
}

body .grooms_content .slider_layout .tab-content .tab-pane-group .caption {
    font-size: 24px;
    color: #222;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 7px
}

@media (max-width: 991px) {
    body .grooms_content .slider_layout .tab-content .tab-pane-group .caption {
        font-size: 15px
    }
}

body .grooms_content .slider_layout .tab-content .tab-pane-group .clearfix,body:not(.index-template) .grooms_content .slider_layout .tab-content .tab-pane-group main>section.search-content,body:not(.index-template) .grooms_content .slider_layout .tab-content .tab-pane-group main>section.account-content,body:not(.index-template) .grooms_content .slider_layout .tab-content .tab-pane-group main>section.login-content,body:not(.index-template) .grooms_content .slider_layout .tab-content .tab-pane-group main>section.register-content,body:not(.index-template) .grooms_content .slider_layout .tab-content .tab-pane-group main>section .shopify-section,body:not(.index-template) main>section .grooms_content .slider_layout .tab-content .tab-pane-group .shopify-section,body:not(.index-template) .grooms_content .slider_layout .tab-content .tab-pane-group main .details,body:not(.index-template) main .grooms_content .slider_layout .tab-content .tab-pane-group .details,body:not(.index-template) .grooms_content .slider_layout .tab-content .tab-pane-group main #wish-list,body:not(.index-template) main .grooms_content .slider_layout .tab-content .tab-pane-group #wish-list,body:not(.index-template) .grooms_content .slider_layout .tab-content .tab-pane-group main .customer-heading,body:not(.index-template) main .grooms_content .slider_layout .tab-content .tab-pane-group .customer-heading,body .grooms_content .slider_layout .tab-content .tab-pane-group .everybody_layout .everybody_caption,body .everybody_layout .grooms_content .slider_layout .tab-content .tab-pane-group .everybody_caption,body .grooms_content .slider_layout .tab-content .tab-pane-group .faq_image,body .grooms_content .slider_layout .tab-content .tab-pane-group .guest_book_content #contactFormWrapper,body .guest_book_content .grooms_content .slider_layout .tab-content .tab-pane-group #contactFormWrapper,body .grooms_content .slider_layout .tab-content .tab-pane-group .sidebar .sidebar-content,body .sidebar .grooms_content .slider_layout .tab-content .tab-pane-group .sidebar-content,body .grooms_content .slider_layout .tab-content .tab-pane-group .about-content,body .grooms_content .slider_layout .tab-content .tab-pane-group .related-article-body .related-content,body .related-article-body .grooms_content .slider_layout .tab-content .tab-pane-group .related-content,body .grooms_content .slider_layout .tab-content .tab-pane-group .product-detail-content #product-information .supports-fontface,body .product-detail-content #product-information .grooms_content .slider_layout .tab-content .tab-pane-group .supports-fontface,body .grooms_content .slider_layout .tab-content .tab-pane-group .product-detail-content .detail-content-inner,body .product-detail-content .grooms_content .slider_layout .tab-content .tab-pane-group .detail-content-inner,body .grooms_content .slider_layout .tab-content .tab-pane-group .related-products,body .grooms_content .slider_layout .tab-content .tab-pane-group .product_banner_bottom,body .grooms_content .slider_layout .tab-content .tab-pane-group .group-form-address {
    height: 10px;
    display: block
}

body .grooms_content .slider_layout .tab-content .tab-pane-group a {
    color: #000000;
    font-style: italic;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

body .grooms_content .slider_layout .tab-content .tab-pane-group a:hover {
    color: rgba(226,95,63,0.7)
}

@media (max-width: 991px) {
    body .grooms_content .slider_layout .tab-content .tab-pane-group a {
        font-size: 13px
    }
}

body .grooms_content .slider_layout .tab-content .tab-pane-group .name {
    display: block;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-top: 20px
}

@media (max-width: 991px) {
    body .grooms_content .slider_layout .tab-content .tab-pane-group .name {
        font-size: 13px
    }
}

body .grooms_content .slider_layout .tab-content .tab-pane-group .date,body .grooms_content .slider_layout .tab-content .tab-pane-group .article-date {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 7px;
    display: block
}

@media (max-width: 991px) {
    body .grooms_content .slider_layout .tab-content .tab-pane-group .date,body .grooms_content .slider_layout .tab-content .tab-pane-group .article-date {
        font-size: 13px
    }
}

@media (max-width: 1199px) {
    body .grooms_content .slider_layout .tab-content .tab-pane-group {
        height: 373px
    }
}

@media (max-width: 991px) {
    body .grooms_content .slider_layout .tab-content .tab-pane-group {
        height: 279px
    }
}

@media (max-width: 767px) {
    body .grooms_content .slider_layout .tab-content .tab-pane-group {
        height: auto;
        text-align: center
    }

    body .grooms_content .slider_layout .tab-content .tab-pane-group .caption {
        font-size: 18px
    }

    body .grooms_content .slider_layout .tab-content .tab-pane-group a {
        font-size: 14px
    }

    body .grooms_content .slider_layout .tab-content .tab-pane-group .name {
        font-size: 15px
    }

    body .grooms_content .slider_layout .tab-content .tab-pane-group .date,body .grooms_content .slider_layout .tab-content .tab-pane-group .article-date {
        font-size: 13px
    }

    body .grooms_content .slider_layout .tab-content .tab-pane-group .fa-quote-left {
        font-size: 40px
    }
}

@media (max-width: 540px) {
    body .grooms_content .slider_layout .tab-content .tab-pane-group .fa-quote-left {
        font-size: 30px
    }

    body .grooms_content .slider_layout .tab-content .tab-pane-group .caption {
        font-size: 15px
    }

    body .grooms_content .slider_layout .tab-content .tab-pane-group a {
        font-size: 13px
    }

    body .grooms_content .slider_layout .tab-content .tab-pane-group .name {
        font-size: 13px
    }
}

body .grooms_content .slider_layout .nav-tabs {
    padding-right: 20px !important
}

body .grooms_content .slider_layout .nav-tabs.slick-slider {
    margin-bottom: 0;
    border-bottom: 0
}

@media (max-width: 767px) {
    body .grooms_content .slider_layout .nav-tabs {
        padding-right: 0px !important
    }
}

body .grooms_content .slider_layout .nav-tabs li {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

@media (min-width: 768px) {
    body .grooms_content .slider_layout .nav-tabs li {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    body .grooms_content .slider_layout .nav-tabs li {
        margin-bottom: 38px
    }
}

body .grooms_content .slider_layout .nav-tabs li a {
    margin-right: 0
}

body .grooms_content .slider_layout .nav-tabs li:hover,body .grooms_content .slider_layout .nav-tabs li.active-slider {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .grooms_content .slider_layout .nav li a {
    padding: 0
}

body .grooms_content .slider_layout .nav li a>img {
    max-width: 100% !important
}

body .grooms_content .slider_layout .nav-tabs li.slick-active>a,body .grooms_content .slider_layout .nav-tabs li.slick-active>a:focus,body .grooms_content .slider_layout .nav-tabs li.slick-active>a:hover {
    background-color: transparent
}

body .grooms_content .slider_layout .nav-tabs li.slick-active>a,body .grooms_content .slider_layout .nav-tabs li.slick-active>a:focus,body .grooms_content .slider_layout .nav-tabs li.slick-active>a:hover {
    border: 0
}

@media (max-width: 991px) {
    body .grooms_content .slider_layout .nav-tabs>li {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    body .grooms_content .slider_layout .nav-tabs {
        width: 100%;
        padding: 15px 0
    }

    body .grooms_content .slider_layout .tab-content {
        width: 100%;
        padding: 20px 0 40px
    }
}

body .friend-say-content .friend_list_layout {
    margin-bottom: -20px
}

@media (max-width: 1199px) {
    body .friend-say-content .friend_list_layout {
        margin-bottom: -28.33333px
    }
}

@media (max-width: 991px) {
    body .friend-say-content .friend_list_layout {
        margin-bottom: -32.5px
    }
}

body .friend-say-content .friend_list_layout .home_caption {
    text-align: center;
    margin-bottom: 49px
}

body .friend-say-content .friend_list_layout .friend_list_content_wrapper {
    margin-left: -15px;
    margin-right: -15px
}

body .friend-say-content .friend_list_layout .friend_list_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .friend-say-content .friend_list_layout .friend_list_content .friend_item {
    text-align: center;
    margin-bottom: 45px
}

body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image {
    margin-bottom: 15px
}

body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image span {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image_caption {
    padding: 0 20px
}

body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image_caption .name {
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat;
    color: #222;
    display: block;
    margin-bottom: 10px
}

body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image_caption .caption {
    line-height: 1.75em;
    margin-bottom: 10px
}

body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image_caption .date,body .friend-say-content .friend_list_layout .friend_list_content .friend_item .image_caption .article-date {
    text-transform: uppercase;
    font-style: italic;
    font-family: Montserrat
}

@media (max-width: 767px) {
    body .friend-say-content .friend_list_layout .friend_list_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .friend-say-content .friend_list_layout .friend_item {
        width: 33.33333%
    }
}

@media (max-width: 600px) {
    body .friend-say-content .friend_list_layout .friend_item {
        width: 50%
    }
}

@media (max-width: 600px) {
    body .friend-say-content .friend_list_layout .friend_item {
        width: 100%
    }
}

body .friend-say-content .text_banner_layout {
    height: 500px;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin-bottom: 25px
}

@media (min-width: 991px) {
    body .friend-say-content .text_banner_layout {
        background-attachment: fixed
    }
}

@media (max-width: 1199px) {
    body .friend-say-content .text_banner_layout {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .friend-say-content .text_banner_layout {
        margin-bottom: 12.5px
    }
}

body .friend-say-content .text_banner_layout .text_banner_layout_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 100%;
    background-color: rgba(226,95,63,0.9)
}

body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .quote {
    font-size: 250px;
    height: 66px;
    line-height: 193px;
    overflow: hidden;
    display: block;
    margin-bottom: 15px
}

body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .caption {
    font-size: 24px;
    font-style: italic;
    font-family: Montserrat;
    line-height: 1.6em;
    margin-bottom: 8px;
    letter-spacing: 0.5px
}

body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content a {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2)
}

body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.clearfix,body:not(.index-template) .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content main>section span.shopify-section,body:not(.index-template) main>section .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.shopify-section,body:not(.index-template) .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content main span.details,body:not(.index-template) main .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.details,body:not(.index-template) .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content main span#wish-list,body:not(.index-template) main .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span#wish-list,body:not(.index-template) .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content main span.customer-heading,body:not(.index-template) main .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.customer-heading,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .everybody_layout span.everybody_caption,body .everybody_layout .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.everybody_caption,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.faq_image,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .guest_book_content span#contactFormWrapper,body .guest_book_content .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span#contactFormWrapper,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .sidebar span.sidebar-content,body .sidebar .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.sidebar-content,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.about-content,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .related-article-body span.related-content,body .related-article-body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.related-content,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .product-detail-content #product-information span.supports-fontface,body .product-detail-content #product-information .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.supports-fontface,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .product-detail-content span.detail-content-inner,body .product-detail-content .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.detail-content-inner,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.related-products,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.product_banner_bottom,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content span.group-form-address {
    height: 10px
}

body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content>span {
    display: block
}

body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .name {
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0 10px
}

body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .date,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .article-date {
    font-style: italic;
    font-family: Montserrat
}

@media (max-width: 991px) {
    body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .fa-quote-left {
        font-size: 40px
    }

    body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .caption {
        font-size: 20px
    }

    body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content a {
        font-size: 15px
    }

    body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .name {
        font-size: 15px
    }

    body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .date,body .friend-say-content .text_banner_layout .text_banner_layout_wrapper .text_banner_content .article-date {
        font-size: 13px
    }
}

@media (min-width: 992px) {
    body .location_image_layout img,body .friend_image_layout img {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .location_image_layout:hover img,body .friend_image_layout:hover img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%)
    }
}

body .you_say_layout {
    margin-bottom: 12.5px
}

@media (max-width: 1199px) {
    body .you_say_layout {
        margin-bottom: 8.33333px
    }
}

body .you_say_layout #contactFormWrapper {
    margin-left: -15px;
    margin-right: -15px
}

body .you_say_layout .home_caption {
    text-align: center;
    margin-bottom: 55px;
    font-size: 14px
}

body .you_say_layout form p {
    margin-bottom: 30px
}

body .you_say_layout form input:not([type="submit"]) {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-color: #ccc
}

body .you_say_layout form textarea {
    width: 100%;
    max-height: 200px;
    border-color: #ccc
}

body .you_say_layout form .btn,body .you_say_layout form .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .you_say_layout form button,body .you_say_layout form .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .you_say_layout form .get-rates,body .you_say_layout form .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .you_say_layout form #view_address,body .you_say_layout form .group-form-address .add-new-address,body .group-form-address .you_say_layout form .add-new-address,body .you_say_layout form .customer_address_table .add-new-address,body .customer_address_table .you_say_layout form .add-new-address {
    margin: 15px auto 0;
    float: none;
    display: block
}

body .gift_wedding_layout .home_caption {
    text-align: center;
    margin-bottom: 25px
}

body .gift_wedding_layout .gift_wedding_inner {
    margin-left: -15px;
    margin-right: -15px
}

body .gift_wedding_layout .gift_wedding_inner .gift_wedding_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .gift_wedding_layout .gift_wedding_inner .gift_wedding_content .logo_item {
    text-align: center;
    margin-bottom: 25px
}

body .gift_wedding_layout .gift_wedding_inner .gift_wedding_content .logo_item a {
    display: block
}

@media (max-width: 991px) {
    body .gift_wedding_layout .gift_wedding_inner .gift_wedding_content .logo_item a {
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    body .gift_wedding_layout .gift_wedding_inner .gift_wedding_content .logo_item {
        width: 33.33333%
    }
}

@media (max-width: 600px) {
    body .gift_wedding_layout .gift_wedding_inner .gift_wedding_content .logo_item {
        width: 50%
    }
}

body .location-information_layout {
    margin-bottom: -15px
}

@media (max-width: 1199px) {
    body .location-information_layout {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .location-information_layout {
        margin-bottom: 12.5px
    }
}

body .everybody_layout .everybody_caption {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px
}

body .everybody_layout .everybody_caption .caption_left,body .everybody_layout .everybody_caption .caption_right .customer_say {
    line-height: 1.8em
}

body .everybody_layout .everybody_caption .caption_right {
    padding-left: 55px
}

body .everybody_layout .everybody_caption .caption_right .customer_say {
    display: block;
    font-size: 13px;
    font-family: Poppins;
    font-style: italic;
    color: #969696
}

body .everybody_layout .everybody_caption .caption_right .customer_say p {
    color: #969696
}

body .everybody_layout .everybody_caption .caption_right .customer_say .quote {
    color: #969696;
    font-size: 50px
}

body .everybody_layout .everybody_caption .caption_right .customer_say .quote.left {
    float: left;
    padding-right: 10px
}

body .everybody_layout .everybody_caption .caption_right .customer_say .quote.right {
    float: right;
    padding-left: 10px
}

body .everybody_layout .everybody_caption .caption_right .customer_name {
    text-align: right;
    display: block;
    font-family: Poppins;
    margin-top: 8px;
    font-style: italic
}

body .everybody_layout .everybody_caption .caption_right .customer_name .name {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal
}

body .everybody_layout .everybody_caption .caption_left .clearfix,body:not(.index-template) .everybody_layout .everybody_caption .caption_left main>section.search-content,body:not(.index-template) .everybody_layout .everybody_caption .caption_left main>section.account-content,body:not(.index-template) .everybody_layout .everybody_caption .caption_left main>section.login-content,body:not(.index-template) .everybody_layout .everybody_caption .caption_left main>section.register-content,body:not(.index-template) .everybody_layout .everybody_caption .caption_left main>section .shopify-section,body:not(.index-template) main>section .everybody_layout .everybody_caption .caption_left .shopify-section,body:not(.index-template) .everybody_layout .everybody_caption .caption_left main .details,body:not(.index-template) main .everybody_layout .everybody_caption .caption_left .details,body:not(.index-template) .everybody_layout .everybody_caption .caption_left main #wish-list,body:not(.index-template) main .everybody_layout .everybody_caption .caption_left #wish-list,body:not(.index-template) .everybody_layout .everybody_caption .caption_left main .customer-heading,body:not(.index-template) main .everybody_layout .everybody_caption .caption_left .customer-heading,body .everybody_layout .everybody_caption .caption_left .everybody_caption,body .everybody_layout .everybody_caption .caption_left .faq_image,body .everybody_layout .everybody_caption .caption_left .guest_book_content #contactFormWrapper,body .guest_book_content .everybody_layout .everybody_caption .caption_left #contactFormWrapper,body .everybody_layout .everybody_caption .caption_left .sidebar .sidebar-content,body .sidebar .everybody_layout .everybody_caption .caption_left .sidebar-content,body .everybody_layout .everybody_caption .caption_left .about-content,body .everybody_layout .everybody_caption .caption_left .related-article-body .related-content,body .related-article-body .everybody_layout .everybody_caption .caption_left .related-content,body .everybody_layout .everybody_caption .caption_left .product-detail-content #product-information .supports-fontface,body .product-detail-content #product-information .everybody_layout .everybody_caption .caption_left .supports-fontface,body .everybody_layout .everybody_caption .caption_left .product-detail-content .detail-content-inner,body .product-detail-content .everybody_layout .everybody_caption .caption_left .detail-content-inner,body .everybody_layout .everybody_caption .caption_left .related-products,body .everybody_layout .everybody_caption .caption_left .product_banner_bottom,body .everybody_layout .everybody_caption .caption_left .group-form-address {
    display: block;
    height: 10px
}

@media (max-width: 1199px) {
    body .everybody_layout .everybody_caption {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .everybody_layout .everybody_caption {
        margin-bottom: 12.5px
    }
}

@media (max-width: 767px) {
    body .everybody_layout .everybody_caption .caption_right {
        padding-left: 15px;
        margin-top: 30px
    }
}

body .everybody_layout .everybody_content .everybody_content_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .everybody_layout .everybody_content .everybody_content_inner>div {
    padding: 0
}

body .everybody_layout .everybody_content .our_team_content {
    margin-top: 60px
}

body .everybody_layout .everybody_content .our_team_content .our_team_content_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .everybody_layout .everybody_content .our_team_content .our_team_caption {
    width: 62%
}

body .everybody_layout .everybody_content .our_team_content .our_team_caption>span {
    display: block
}

body .everybody_layout .everybody_content .our_team_content .our_team_caption .name {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 3px
}

body .everybody_layout .everybody_content .our_team_content .our_team_caption .position {
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 8px
}

body .everybody_layout .everybody_content .our_team_content .our_team_caption .description {
    line-height: 1.75em
}

body .everybody_layout .everybody_content .our_team_content .our_team_image {
    width: 38%;
    padding: 0 25px
}

@media (max-width: 991px) {
    body .everybody_layout .everybody_content .our_team_content .our_team_image {
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    body .everybody_layout .everybody_content .our_team_content .our_team_image {
        width: 28%
    }

    body .everybody_layout .everybody_content .our_team_content .our_team_caption {
        width: 72%
    }
}

@media (max-width: 540px) {
    body .everybody_layout .everybody_content .our_team_content .our_team_image {
        width: 40%
    }

    body .everybody_layout .everybody_content .our_team_content .our_team_caption {
        width: 60%
    }
}

@media (max-width: 460px) {
    body .everybody_layout .everybody_content .our_team_content .our_team_caption,body .everybody_layout .everybody_content .our_team_content .our_team_image {
        width: 100%;
        padding: 0
    }
}

body .everybody_layout .everybody_content .our_team_left {
    text-align: right;
    padding-right: 5px !important
}

body .everybody_layout .everybody_content .our_team_right {
    text-align: left;
    padding-left: 5px !important
}

@media (max-width: 460px) {
    body .everybody_layout .everybody_content .our_team_image,body .everybody_layout .everybody_content .our_team_content_inner {
        text-align: center
    }

    body .everybody_layout .everybody_content .our_team_left .our_team_image {
        margin-top: 10px
    }

    body .everybody_layout .everybody_content .our_team_right .our_team_image {
        margin-bottom: 10px
    }
}

body .panel {
    border-width: 0;
    box-shadow: none
}

body .panel-title {
    font-size: 18px;
    font-style: italic
}

body .panel-heading {
    padding: 0
}

body .panel-default>.panel-heading+.panel-collapse>.panel-body {
    line-height: 1.75em;
    padding: 20px 25px 20px;
    font-size: 13px;
    font-family: Poppins
}

body .panel-default>.panel-heading+.panel-collapse>.panel-body a:hover {
    text-decoration: underline
}

body .panel-default>.panel-heading+.panel-collapse>.panel-body * {
    font-size: 12px
}

body .panel-default>.panel-heading {
    color: #222;
    background-color: transparent;
    border-width: 0
}

body .faq_image {
    margin-left: -5px;
    margin-right: -5px;
    margin: 55px 0 35px;
    text-align: center
}

body .faq_image>img {
    padding: 0 5px
}

body .faq_content .faq_item {
    margin-bottom: 30px
}

body .faq_content .faq_item .panel-heading {
    margin-bottom: 10px
}

body .faq_content .faq_item .panel-heading .panel-title {
    color: #323232;
    font-weight: 500
}

body .rsvp_content .contactFormWrapper,body .contact-content .form_layout .form_content .submit_content .contactFormWrapper,body .guest_book_content .write_content .contactFormWrapper {
    margin-right: -15px;
    margin-left: -15px
}

body .rsvp_content .contactFormWrapper .contactFormWrapper_inner,body .contact-content .form_layout .form_content .submit_content .contactFormWrapper .contactFormWrapper_inner,body .guest_book_content .write_content .contactFormWrapper .contactFormWrapper_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .rsvp_content select,body .contact-content .form_layout .form_content .submit_content select,body .guest_book_content .write_content select,body .rsvp_content input:not([type="submit"]):not([type="radio"]),body .contact-content .form_layout .form_content .submit_content input:not([type="submit"]):not([type="radio"]),body .guest_book_content .write_content input:not([type="submit"]):not([type="radio"]) {
    height: 50px
}

body .rsvp_content input:not([type="submit"]):not([type="radio"]),body .contact-content .form_layout .form_content .submit_content input:not([type="submit"]):not([type="radio"]),body .guest_book_content .write_content input:not([type="submit"]):not([type="radio"]),body .rsvp_content select,body .contact-content .form_layout .form_content .submit_content select,body .guest_book_content .write_content select,body .rsvp_content textarea,body .contact-content .form_layout .form_content .submit_content textarea,body .guest_book_content .write_content textarea {
    width: 100%
}

body .rsvp_content textarea,body .contact-content .form_layout .form_content .submit_content textarea,body .guest_book_content .write_content textarea {
    height: 150px
}

body .rsvp_content input[type="submit"],body .contact-content .form_layout .form_content .submit_content input[type="submit"],body .guest_book_content .write_content input[type="submit"] {
    margin: 0 auto;
    margin-top: 14px;
    float: none;
    display: block
}

body .page_rsvp_content {
    width: 65%;
    margin: 0 auto;
    float: none
}

body .page_rsvp_content .input-row {
    margin-bottom: 30px
}

body .page_rsvp_content .radio-row {
    margin-bottom: 10px
}

body .page_rsvp_content .radio-row label {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 20px
}

body .page_rsvp_content .radio-row label input[type="radio"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6.5px
}

body .page_rsvp_content .feedback {
    margin-bottom: 20px
}

body .page_rsvp_content .home_caption {
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 53px
}

@media (max-width: 991px) {
    body .page_rsvp_content {
        width: 80%
    }
}

@media (max-width: 767px) {
    body .page_rsvp_content {
        width: 100%
    }

    body .page_rsvp_content .input-row {
        width: 100%
    }
}

body .contact-content .home_caption {
    margin-bottom: 45px;
    line-height: 1.8em;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%
}

body .contact-content .page-title {
    margin-bottom: 40px
}

body .contact-content .manifesto_layout {
    margin-bottom: 25px
}

@media (max-width: 1199px) {
    body .contact-content .manifesto_layout {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .contact-content .manifesto_layout {
        margin-bottom: 12.5px
    }
}

body .contact-content .manifesto_layout .manifesto_content {
    margin-left: -1px;
    margin-right: -1px
}

body .contact-content .manifesto_layout .manifesto_content .manifesto_content_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

body .contact-content .manifesto_layout .manifesto_content .manifesto_item {
    padding: 0 1px;
    margin-bottom: 2px
}

body .contact-content .manifesto_layout .manifesto_content .manifesto_item span {
    display: block
}

@media (max-width: 767px) {
    body .contact-content .manifesto_layout .manifesto_content .manifesto_item {
        width: 50%
    }
}

body .contact-content .form_layout {
    margin-bottom: 25px
}

@media (max-width: 1199px) {
    body .contact-content .form_layout {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .contact-content .form_layout {
        margin-bottom: 12.5px
    }
}

body .contact-content .form_layout .form_content {
    margin-left: -15px;
    margin-right: -15px
}

body .contact-content .form_layout .form_content .form_content_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

body .contact-content .form_layout .form_content .submit_content {
    padding-right: 45px
}

body .contact-content .form_layout .form_content .submit_content form {
    margin-left: -15px;
    margin-right: -15px
}

body .contact-content .form_layout .form_content .submit_content input[type="submit"] {
    float: left
}

body .contact-content .form_layout .form_content .form_information .caption {
    line-height: 1.75em;
    margin-bottom: 41px
}

body .contact-content .form_layout .form_content .form_information .information img {
    margin-bottom: 22px
}

body .contact-content .form_layout .form_content .form_information .information .text {
    display: block;
    margin-bottom: 21px
}

body .contact-content .form_layout .form_content .form_information .information .text p {
    margin-bottom: 10px
}

body .contact-content .form_layout .form_content .form_information .information .social a {
    font-size: 20px;
    margin-right: 10px
}

body .contact-content .form_layout .form_content .form_information .information .social a:hover {
    color: #000000
}

@media (max-width: 767px) {
    body .contact-content .form_layout .form_content .form_information,body .contact-content .form_layout .form_content .submit_content {
        width: 100%;
        padding: 0 15px
    }

    body .contact-content .form_layout .form_content .submit_content {
        margin-bottom: 50px
    }
}

body .contact-content .testimonial_layout {
    color: #fff;
    background-color: #000000;
    text-align: center;
    padding: 50px 0
}

body .contact-content .testimonial_layout .testimonial_content .testimonial_caption {
    font-size: 36px;
    font-family: Poppins;
    font-style: italic;
    margin-bottom: 22px
}

body .contact-content .testimonial_layout .testimonial_content .testimonial_caption .quote {
    font-size: 50px;
    margin: 0px 15px 0;
    line-height: 1em
}

body .contact-content .testimonial_layout .testimonial_content .testimonial_name {
    font-size: 14px;
    font-family: Poppins;
    font-style: italic
}

body .contact-content .testimonial_layout .testimonial_content .testimonial_name .name {
    font-family: Poppins;
    font-size: 28px
}

body .contact-content .google_maps_layout {
    margin-bottom: 0
}

body .service-content .our-content {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    padding-top: 30px;
    background-color: #fff
}

body .service-content .more-content {
    background-color: #fff;
    margin-bottom: 90px;
    padding-top: 30px;
    width: 100%;
    float: left
}

body .service-content .more-content .more-inner .more-caption {
    padding-top: 25px;
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
    border: 1px solid #eee;
    border-top-width: 0
}

body .service-content .more-content .more-inner .more-caption .title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px
}

body .service-content .more-content .more-inner .more-caption .content {
    font-size: Montserrat;
    display: block;
    line-height: 1.9em;
    margin-bottom: 16px
}

body .service-content .more-content .more-inner .more-caption .btn,body .service-content .more-content .more-inner .more-caption .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .service-content .more-content .more-inner .more-caption button,body .service-content .more-content .more-inner .more-caption .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .service-content .more-content .more-inner .more-caption .get-rates,body .service-content .more-content .more-inner .more-caption .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .service-content .more-content .more-inner .more-caption #view_address,body .service-content .more-content .more-inner .more-caption .group-form-address .add-new-address,body .group-form-address .service-content .more-content .more-inner .more-caption .add-new-address,body .service-content .more-content .more-inner .more-caption .customer_address_table .add-new-address,body .customer_address_table .service-content .more-content .more-inner .more-caption .add-new-address {
    background-color: transparent;
    color: #000000;
    border-color: transparent;
    padding: 0;
    height: auto;
    line-height: 1em
}

body .service-content .more-content .more-inner .more-caption .btn:focus,body .service-content .more-content .more-inner .more-caption .product-detail-content #product-information .add-to-wishlist button:focus,body .product-detail-content #product-information .add-to-wishlist .service-content .more-content .more-inner .more-caption button:focus,body .service-content .more-content .more-inner .more-caption .cart-inner .group-checkout-input .get-rates:focus,body .cart-inner .group-checkout-input .service-content .more-content .more-inner .more-caption .get-rates:focus,body .service-content .more-content .more-inner .more-caption .account-content #customer-account #customer_sidebar #view_address:focus,body .account-content #customer-account #customer_sidebar .service-content .more-content .more-inner .more-caption #view_address:focus,body .service-content .more-content .more-inner .more-caption .group-form-address .add-new-address:focus,body .group-form-address .service-content .more-content .more-inner .more-caption .add-new-address:focus,body .service-content .more-content .more-inner .more-caption .customer_address_table .add-new-address:focus,body .customer_address_table .service-content .more-content .more-inner .more-caption .add-new-address:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media (min-width: 1200px) {
    body .service-content .more-content .more-inner .more-caption .btn:hover,body .service-content .more-content .more-inner .more-caption .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist .service-content .more-content .more-inner .more-caption button:hover,body .service-content .more-content .more-inner .more-caption .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input .service-content .more-content .more-inner .more-caption .get-rates:hover,body .service-content .more-content .more-inner .more-caption .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar .service-content .more-content .more-inner .more-caption #view_address:hover,body .service-content .more-content .more-inner .more-caption .group-form-address .add-new-address:hover,body .group-form-address .service-content .more-content .more-inner .more-caption .add-new-address:hover,body .service-content .more-content .more-inner .more-caption .customer_address_table .add-new-address:hover,body .customer_address_table .service-content .more-content .more-inner .more-caption .add-new-address:hover {
        color: #000
    }
}

@media (max-width: 767px) {
    body .service-content .more-content .more-inner {
        width: 100%;
        margin-bottom: 30px;
        float: left
    }

    body .service-content .more-content .more-inner:last-child {
        margin-bottom: 0px
    }

    body .service-content .more-content .more-inner .more-image,body .service-content .more-content .more-inner .more-caption {
        float: left
    }

    body .service-content .more-content .more-inner .more-image {
        width: 30%
    }

    body .service-content .more-content .more-inner .more-caption {
        width: 70%;
        border: 0;
        padding-top: 0
    }

    body .service-content .more-content .more-inner .more-caption .title {
        margin-bottom: 0px
    }

    body .service-content .more-content .more-inner .more-caption .content {
        line-height: 1.5em;
        margin-bottom: 5px
    }
}

@media (max-width: 480px) {
    body .service-content .more-content .more-inner .more-image {
        width: 50%
    }

    body .service-content .more-content .more-inner .more-caption {
        width: 50%
    }
}

@media (max-width: 380px) {
    body .service-content .more-content .more-inner .more-image {
        width: 30%
    }

    body .service-content .more-content .more-inner .more-caption {
        width: 70%
    }
}

body .special-content {
    margin-bottom: 90px;
    position: relative;
    max-height: 450px;
    background-attachment: fixed;
    background-repeat: no-repeat
}

@media (min-width: 1200px) {
    body .special-content {
        background-size: 100%
    }
}

body .special-content .special-image {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
}

body .special-content .special-caption {
    color: #424242;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center
}

@media (min-width: 1200px) {
    body .special-content .special-caption .special-caption-inner {
        padding-left: 15%;
        padding-right: 15%
    }
}

body .special-content .special-caption .title {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 16px
}

body .special-content .special-caption .content {
    font-size: 14px;
    line-height: 2em;
    display: block;
    color: #eee;
    font-weight: 300;
    font-family: Poppins;
    margin-bottom: 55px
}

body .special-content .special-caption .btn,body .special-content .special-caption .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .special-content .special-caption button,body .special-content .special-caption .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .special-content .special-caption .get-rates,body .special-content .special-caption .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .special-content .special-caption #view_address,body .special-content .special-caption .group-form-address .add-new-address,body .group-form-address .special-content .special-caption .add-new-address,body .special-content .special-caption .customer_address_table .add-new-address,body .customer_address_table .special-content .special-caption .add-new-address {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 600px) {
    body .special-content .special-caption .title {
        margin-bottom: 0px
    }

    body .special-content .special-caption .content {
        line-height: 1.5em !important;
        margin-bottom: 15px;
        font-size: 12px
    }
}

@media (max-width: 420px) {
    body .special-content .special-caption .title {
        margin-bottom: 15px
    }

    body .special-content .special-caption .content {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

body .price_table_inner {
    margin-bottom: 90px
}

body .price_table_inner .page-title span {
    background-color: #f5f5f5
}

body .price_table_inner .price-table {
    margin-bottom: 50px
}

body .price_table_inner .price-table {
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body .price_table_inner .price-table>li {
    width: 25%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}

body .price_table_inner .price-table>li ul {
    list-style: none
}

@media (max-width: 767px) {
    body .price_table_inner .price-table>li {
        width: 50%
    }
}

@media (max-width: 420px) {
    body .price_table_inner .price-table>li {
        width: 100%
    }
}

body .price_table_inner .price-table .pt-item-top {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 22px
}

body .price_table_inner .price-table .pt-item-top .pt-item-title {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px
}

body .price_table_inner .price-table .pt-item-top .pt-item-price {
    font-size: 18px;
    font-style: italic
}

body .price_table_inner .price-table .pt-item-bottom {
    padding-top: 15px
}

body .price_table_inner .price-table .pt-item-bottom ul li {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 28px
}

@media (max-width: 767px) {
    body .price_table_inner .price-table .pt-item-bottom ul li {
        margin-bottom: 15px
    }
}

body .price_table_inner .price-table .pt-item-bottom .btn,body .price_table_inner .price-table .pt-item-bottom .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table .pt-item-bottom button,body .price_table_inner .price-table .pt-item-bottom .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .price_table_inner .price-table .pt-item-bottom .get-rates,body .price_table_inner .price-table .pt-item-bottom .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table .pt-item-bottom #view_address,body .price_table_inner .price-table .pt-item-bottom .group-form-address .add-new-address,body .group-form-address .price_table_inner .price-table .pt-item-bottom .add-new-address,body .price_table_inner .price-table .pt-item-bottom .customer_address_table .add-new-address,body .customer_address_table .price_table_inner .price-table .pt-item-bottom .add-new-address {
    height: 40px;
    line-height: 38px
}

body .price_table_inner .price-table.style-01 .pt-item-wrapper {
    border: 2px solid #363636
}

body .price_table_inner .price-table.style-01 .pt-item-wrapper:hover {
    border-color: #000000
}

body .price_table_inner .price-table.style-01 .pt-item-top {
    border-bottom: 1px solid #363636;
    position: relative
}

body .price_table_inner .price-table.style-01 .pt-item-top:before {
    content: '';
    background-color: #000000;
    width: 100px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    margin-top: -2.5px
}

body .price_table_inner .price-table.style-01 .pt-item-bottom .btn,body .price_table_inner .price-table.style-01 .pt-item-bottom .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table.style-01 .pt-item-bottom button,body .price_table_inner .price-table.style-01 .pt-item-bottom .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .price_table_inner .price-table.style-01 .pt-item-bottom .get-rates,body .price_table_inner .price-table.style-01 .pt-item-bottom .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table.style-01 .pt-item-bottom #view_address,body .price_table_inner .price-table.style-01 .pt-item-bottom .group-form-address .add-new-address,body .group-form-address .price_table_inner .price-table.style-01 .pt-item-bottom .add-new-address,body .price_table_inner .price-table.style-01 .pt-item-bottom .customer_address_table .add-new-address,body .customer_address_table .price_table_inner .price-table.style-01 .pt-item-bottom .add-new-address {
    margin-bottom: -20px
}

@media (max-width: 767px) {
    body .price_table_inner .price-table.style-01>li {
        margin-bottom: 35px
    }
}

body .price_table_inner .price-table.style-02 .pt-item-wrapper {
    border: 1px solid #ebebeb
}

@media (min-width: 1200px) {
    body .price_table_inner .price-table.style-02 .pt-item-wrapper .btn,body .price_table_inner .price-table.style-02 .pt-item-wrapper .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table.style-02 .pt-item-wrapper button,body .price_table_inner .price-table.style-02 .pt-item-wrapper .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .price_table_inner .price-table.style-02 .pt-item-wrapper .get-rates,body .price_table_inner .price-table.style-02 .pt-item-wrapper .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table.style-02 .pt-item-wrapper #view_address,body .price_table_inner .price-table.style-02 .pt-item-wrapper .group-form-address .add-new-address,body .group-form-address .price_table_inner .price-table.style-02 .pt-item-wrapper .add-new-address,body .price_table_inner .price-table.style-02 .pt-item-wrapper .customer_address_table .add-new-address,body .customer_address_table .price_table_inner .price-table.style-02 .pt-item-wrapper .add-new-address {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .btn,body .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table.style-02 .pt-item-wrapper:hover button,body .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .get-rates,body .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table.style-02 .pt-item-wrapper:hover #view_address,body .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .group-form-address .add-new-address,body .group-form-address .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .add-new-address,body .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .customer_address_table .add-new-address,body .customer_address_table .price_table_inner .price-table.style-02 .pt-item-wrapper:hover .add-new-address {
        margin-bottom: -65px
    }
}

body .price_table_inner .price-table.style-02 .btn,body .price_table_inner .price-table.style-02 .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .price_table_inner .price-table.style-02 button,body .price_table_inner .price-table.style-02 .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .price_table_inner .price-table.style-02 .get-rates,body .price_table_inner .price-table.style-02 .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .price_table_inner .price-table.style-02 #view_address,body .price_table_inner .price-table.style-02 .group-form-address .add-new-address,body .group-form-address .price_table_inner .price-table.style-02 .add-new-address,body .price_table_inner .price-table.style-02 .customer_address_table .add-new-address,body .customer_address_table .price_table_inner .price-table.style-02 .add-new-address {
    width: 100%
}

body .price_table_inner .price-table.style-02 .pt-item-top {
    color: #424242;
    background-image: url(../images/bg_tprice.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    padding-bottom: 40px
}

body .price_table_inner .price-table.style-02 .pt-item:nth-child(1) .pt-item-top {
    background-color: #673ab7
}

body .price_table_inner .price-table.style-02 .pt-item:nth-child(1):hover .pt-item-wrapper {
    border: 1px solid #673ab7
}

body .price_table_inner .price-table.style-02 .pt-item:nth-child(2) .pt-item-top {
    background-color: #ffc107
}

body .price_table_inner .price-table.style-02 .pt-item:nth-child(2):hover .pt-item-wrapper {
    border: 1px solid #ffc107
}

body .price_table_inner .price-table.style-02 .pt-item:nth-child(3) .pt-item-top {
    background-color: #ff5252
}

body .price_table_inner .price-table.style-02 .pt-item:nth-child(3):hover .pt-item-wrapper {
    border: 1px solid #ff5252
}

body .price_table_inner .price-table.style-02 .pt-item:nth-child(4) .pt-item-top {
    background-color: #4caf50
}

body .price_table_inner .price-table.style-02 .pt-item:nth-child(4):hover .pt-item-wrapper {
    border: 1px solid #4caf50
}

@media (max-width: 767px) {
    body .price_table_inner .price-table.style-02>li {
        margin-bottom: 15px
    }
}

body .guest_book_content .home_caption {
    text-align: center;
    margin-bottom: 50px
}

body .guest_book_content .write_layout {
    margin-bottom: 25px
}

@media (max-width: 1199px) {
    body .guest_book_content .write_layout {
        margin-bottom: 4.16667px
    }
}

@media (max-width: 991px) {
    body .guest_book_content .write_layout {
        margin-bottom: 12.5px
    }
}

body .guest_book_content .write_layout .write_inner {
    margin-left: -15px;
    margin-right: -15px
}

body .guest_book_content .people_wrote_inner .people_wrote_content-group {
    margin-left: -15px;
    margin-right: -15px
}

body .guest_book_content .people_wrote_inner .btn,body .guest_book_content .people_wrote_inner .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .guest_book_content .people_wrote_inner button,body .guest_book_content .people_wrote_inner .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .guest_book_content .people_wrote_inner .get-rates,body .guest_book_content .people_wrote_inner .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .guest_book_content .people_wrote_inner #view_address,body .guest_book_content .people_wrote_inner .group-form-address .add-new-address,body .group-form-address .guest_book_content .people_wrote_inner .add-new-address,body .guest_book_content .people_wrote_inner .customer_address_table .add-new-address,body .customer_address_table .guest_book_content .people_wrote_inner .add-new-address {
    display: block;
    margin: 0 auto;
    float: none
}

body .guest_book_content .people_wrote_title {
    width: 100%;
    text-align: center;
    color: #222;
    font-family: Poppins;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    display: block;
    position: relative
}

body .guest_book_content .people_wrote_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17px;
    background-image: url(../../assets/images/line-write.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%
}

body .guest_book_content .people_wrote_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

body .guest_book_content .people_wrote_content .people_wrote_item {
    margin-bottom: 52px
}

body .guest_book_content .people_wrote_content .people_wrote_item .people_wrote_item_group {
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 27px 30px;
    min-height: 250px;
    position: relative
}

body .guest_book_content .people_wrote_content .people_wrote_item .people_wrote_item_group .item_title {
    font-weight: 500;
    color: #222;
    font-size: 18px;
    margin-bottom: 9px;
    display: block
}

body .guest_book_content .people_wrote_content .people_wrote_item .people_wrote_item_group .item_caption {
    line-height: 1.8em
}

body .guest_book_content .people_wrote_content .people_wrote_item .people_wrote_item_group .item_caption .item_date {
    display: block;
    margin-top: 9px
}

body .guest_book_content .people_wrote_content .people_wrote_item .people_wrote_item_group:before {
    content: '';
    border: 1px solid #ebebeb;
    height: 5px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    margin-top: -3px
}

@media (max-width: 767px) {
    body .guest_book_content .people_wrote_content .people_wrote_item {
        width: 50%
    }
}

@media (max-width: 480px) {
    body .guest_book_content .people_wrote_content .people_wrote_item {
        width: 100%
    }
}

body .guest_book_content .banner_bottom_layout img {
    margin-bottom: -1px
}

@media (min-width: 1200px) {
    body .guest_book_content .banner_bottom_layout img {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .guest_book_content .banner_bottom_layout img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

body .products-deals {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px
}

body .products-deals .products-deals-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

@media (max-width: 991px) {
    body .products-deals .products-deals-inner .product-item-wrapper {
        width: 33.33333%
    }
}

@media (max-width: 600px) {
    body .products-deals .products-deals-inner .product-item-wrapper {
        width: 50%
    }
}

@media (max-width: 360px) {
    body .products-deals .products-deals-inner .product-item-wrapper {
        width: 100%
    }
}

@media (max-width: 380px) {
    body .products-deals .products-deals-inner .product-item-wrapper .product .row-right {
        bottom: 0;
        right: 0
    }

    body .products-deals .products-deals-inner .product-item-wrapper .product .product-title a {
        font-size: 15px
    }
}

body .page-lookbook .lookbook-content {
    margin-left: -15px;
    margin-right: -15px
}

body .page-lookbook .lookbook-content .lb-element {
    margin-bottom: 30px
}

body .page-lookbook .lookbook-content .lb-element>a {
    display: block !important
}

@media (min-width: 1200px) {
    body .page-lookbook .lookbook-content .lb-element .group-img img {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .page-lookbook .lookbook-content .lb-element .group-img:hover img {
        -moz-box-shadow: 5px 5px 5px 0px #ccc8cc;
        -webkit-box-shadow: 5px 5px 5px 0px #ccc8cc;
        box-shadow: 5px 5px 5px 0px #ccc8cc
    }
}

@media (max-width: 767px) {
    body .page-lookbook .lookbook-content {
        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }

    body .page-lookbook .lookbook-content>div {
        width: 50%;
        padding: 0 1px
    }

    body .page-lookbook .lookbook-content>div .lb-element {
        margin-bottom: 2px
    }
}

body .fb-overlay .fb-prev span {
    background-position: 0 -36px !important
}

body .fb-overlay .fb-next span {
    background-position: 0 -72px !important
}

body .pagination_group {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #fff
}

@media (max-width: 1199px) {
    body .pagination_group {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body .pagination_group {
        margin-bottom: 12.5px
    }
}

body .pagination_group .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    border-radius: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px
}

body .pagination_group .pagination li {
    display: block;
    margin-right: 0px
}

body .pagination_group .pagination li a {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(204,204,204,0.4);
    background-color: #fff;
    color: #222;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 0;
    font-weight: 300
}

body .pagination_group .pagination li.active a {
    background-color: #ebebeb;
    color: #fffcfc;
}

@media (min-width: 1200px) {
    body .pagination_group .pagination li:hover a {
        background-color: #ebebeb;
        color: #646464
    }
}

body .pagination_group .pagination>.active>a,body .pagination_group .pagination>.active>a:focus,body .pagination_group .pagination>.active>a:hover,body .pagination_group .pagination>.active>span,body .pagination_group .pagination>.active>span:focus,body .pagination_group .pagination>.active>span:hover {
    border-color: #ccc
}

body ul.tags li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 5px;
    position: relative;
    margin-bottom: 10px
}

body ul.tags li .line {
    color: rgba(34,34,34,0.4);
    padding-left: 8px
}

body ul.tags li>a {
    color: #222;
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #ebebeb;
    padding: 6px 15px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body ul.tags li>a:hover {
    color: #000000;
    border: 1px solid #000000
}

body ul.tags li:last-child:before {
    display: none
}

body #tags-filter-content {
    width: 100%;
    float: left
}

body #tags-filter-content .filter-tag-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body #tags-filter-content .filter-tag-group .tag-group {
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    body #tags-filter-content .filter-tag-group .tag-group {
        margin-bottom: 5px
    }

    body #tags-filter-content .filter-tag-group .tag-group:last-child {
        margin-bottom: 0px
    }
}

body #tags-filter-content .filter-tag-group .tag-group ul {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    overflow: auto;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 0px
}

@media (max-width: 991px) {
    body #tags-filter-content .filter-tag-group .tag-group ul {
        border-left: 0
    }
}

@media (max-width: 360px) {
    body #tags-filter-content .filter-tag-group .tag-group ul {
        padding-bottom: 10px
    }
}

body #tags-filter-content .filter-tag-group .tag-group ul a {
    font-size: 12px;
    text-transform: capitalize
}

body #tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    borde: 1px solid transparent
}

body #tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag span {
    width: 100%;
    height: 100%;
    display: block;
    background-position: -1px -1px
}

body #tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag span a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px
}

body #tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag:hover,body #tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag.active {
    border: 1px solid #000;
    padding: 2px
}

body #tags-filter-content .filter-tag-group .tag-group ul li {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 11px
}

body #tags-filter-content .filter-tag-group .tag-group ul li a {
    position: relative;
    display: block;
    line-height: 20px
}

body #tags-filter-content .filter-tag-group .tag-group ul li:last-child {
    margin-bottom: 0
}

body #tags-filter-content .filter-tag-group .tag-group ul li:not(.swatch-tag) {
    width: 100%;
    float: left;
    padding-left: 0px !important;
}

@media (max-width: 1199px) {
    body #tags-filter-content .filter-tag-group .tag-group ul li:not(.swatch-tag) {
        width: 100%
    }
}

body #tags-filter-content .filter-tag-group .tag-group:last-child {
    margin-bottom: 0px
}

body #tags-filter-content .filter-tag-group .tag-group:first-child ul {
    border-left: 0 !important
}

body #tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group {
    width: 100%
}

body #tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group ul {
    min-height: 0px;
    height: auto;
    padding-bottom: 10px
}

@media (max-width: 360px) {
    body #tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group .title {
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    body #tags-filter-content .filter-content {
        display: none;
        margin: 0;
        padding: 20px 0 5px !important
    }
}

@media (max-width: 480px) {
    body #tags-filter-content {
        margin-bottom: 0px
    }
}

body .sidebar .sidebar-block {
    background-color: #fff;
    padding: 0px 15px 25px;
    width: 100%;
    float: left
}

body .sidebar .sidebar-block.filter-block {
    margin-bottom: 0px;
    padding-bottom: 30px
}

body .sidebar .sidebar-block.filter-block .title {
    margin-bottom: 13px;
    font-size: 12px
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-width: 0
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product:hover {
    border-width: 0
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product .row-left {
    width: 40%
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product .row-right {
    width: 60%;
    padding-left: 15px
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product .row-right .product-title {
    margin-bottom: 6px
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product .row-right .product-title .title-5 {
    font-size: 12px;
    font-weight: 400
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product .product-price .price_sale {
    float: left
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product .product-price .price_sale .money {
    font-size: 14px;
    color: #000000
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product .product-price del.price_compare {
    float: left
}

body .sidebar .sidebar-block.blogs-bestseller .bestseller-content .bestseller-item .product .product-price del.price_compare .money {
    font-size: 12px
}

body .sidebar .sidebar-block.seller-block .sidebar-title {
    margin-bottom: 21px
}

body .sidebar .sidebar-block.seller-block .seller_products_item>div {
    width: 100%
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product {
    margin-bottom: 15px;
    border: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product>div {
    float: left
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product .row-left {
    width: 39%;
    border: 1px solid #ebebeb
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product .row-right {
    width: 61%;
    padding: 0;
    padding-left: 15px;
    text-align: left;
    position: static
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product .row-right .product-price {
    color: #000000;
    font-weight: 400
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product .row-right .product-price .price_sale {
    color: #000000
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product .row-right .product-price .price_compare {
    float: none
}

@media (max-width: 1199px) {
    body .sidebar .sidebar-block.seller-block .seller_products_item .product .row-right {
        text-align: center;
        padding: 20px
    }
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product .product-title a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px
}

body .sidebar .sidebar-block.seller-block .seller_products_item .product .rating-star {
    display: block !important;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    body .sidebar .sidebar-block.seller-block .seller_products_item .product .sale_banner {
        bottom: auto !important;
        top: 10px !important
    }
}

body .sidebar .sidebar-block.seller-block .seller_products_item:last-child .product {
    margin-bottom: 5px
}

@media (max-width: 1199px) {
    body .sidebar .sidebar-block.seller-block .product .row-right,body .sidebar .sidebar-block.seller-block .product .row-left {
        width: 100% !important
    }
}

@media (max-width: 767px) {
    body .sidebar .sidebar-block.seller-block .seller-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }

    body .sidebar .sidebar-block.seller-block .seller-inner .seller_products_item {
        width: 25%;
        float: left;
        display: block
    }

    body .sidebar .sidebar-block.seller-block .seller-inner .seller_products_item .product .row-left {
        padding-bottom: 0;
        border-right-width: 0
    }

    body .sidebar .sidebar-block.seller-block .seller-inner .seller_products_item:last-child .product .row-left {
        border-right-width: 1px
    }
}

@media (max-width: 600px) {
    body .sidebar .sidebar-block.seller-block .seller-inner .product {
        margin-bottom: 0
    }

    body .sidebar .sidebar-block.seller-block .seller-inner .seller_products_item {
        width: 50%
    }

    body .sidebar .sidebar-block.seller-block .seller-inner .seller_products_item:nth-of-type(2) .product .row-left {
        border-right-width: 1px
    }
}

@media (max-width: 360px) {
    body .sidebar .sidebar-block.seller-block .seller-inner .product {
        min-height: 320px
    }
}

@media (max-width: 320px) {
    body .sidebar .sidebar-block.seller-block .seller_products_item {
        width: 100% !important
    }

    body .sidebar .sidebar-block.seller-block .seller_products_item .product .row-left {
        border-right-width: 1px !important
    }
}

body .sidebar .sidebar-block.blog-category .sidebar-title,body .sidebar .sidebar-block.collection-block .sidebar-title {
    margin-bottom: 10px
}

body .sidebar .sidebar-block.blog-category .category li,body .sidebar .sidebar-block.blog-category .list-cat li,body .sidebar .sidebar-block.collection-block .category li,body .sidebar .sidebar-block.collection-block .list-cat li {
    padding: 4px 0
}

body .sidebar .sidebar-block.blog-category .category li>a,body .sidebar .sidebar-block.blog-category .list-cat li>a,body .sidebar .sidebar-block.collection-block .category li>a,body .sidebar .sidebar-block.collection-block .list-cat li>a {
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    /* font-family: Montserrat; */
}

body .sidebar .sidebar-block.banner-block {
    width: 100%;
    float: left
}

body .sidebar .sidebar-block.banner-block>a {
    display: block
}

body .sidebar .sidebar-block.blog-tags .sidebar-title,body .sidebar .sidebar-block.tags-block .sidebar-title {
    margin-bottom: 24px
}

body .sidebar .sidebar-block:first-child {
    padding-top: 25px
}

body .sidebar .sidebar-title {
    text-transform: uppercase;
    font-weight: 400;
    font-family: Poppins;
    color: #222;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    position: relative
}

body .sidebar .sidebar-title>span {
    background-color: #fff;
    padding-right: 15px;
    z-index: 1;
    position: relative
}

body .sidebar .sidebar-title:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb
}

body .sidebar .sidebar-content ul {
    list-style: none
}

body .sidebar .sidebar-content ul li>a {
    color: #333
}

body .sidebar .sidebar-content ul li>a:hover {
    color: #000000
}

body .sidebar .blogs-recent {
    padding-bottom: 32px
}

body .sidebar .blogs-recent .sidebar-title {
    margin-bottom: 20px
}

body .sidebar .blogs-recent .ra-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

body .sidebar .blogs-recent .ra-item:last-child {
    margin-bottom: 0px
}

body .sidebar .blogs-recent .ra-item .article-top {
    margin-bottom: 13px
}

body .sidebar .blogs-recent .ra-item .article-bottom a {
    font-size: 15px;
    font-family: Poppins;
    font-style: italic;
    color: #464646;
    line-height: 1.7em;
    font-weight: 400
}

body .sidebar .blogs-recent .article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

body .sidebar .blogs-recent .article-image {
    width: 40%;
    margin-bottom: 0
}

body .sidebar .blogs-recent .articleinfo_group {
    width: 60%;
    padding-left: 20px
}

body .sidebar .blogs-recent .articleinfo_group .article-title {
    margin-top: -5px;
    margin-bottom: 5px
}

body .sidebar .blogs-recent .articleinfo_group .article-title .article-name a {
    font-size: 14px;
    font-weight: 400
}

body .sidebar .blogs-recent .articleinfo_group .article-comment {
    display: none
}

body .sidebar .blogs-recent .articleinfo_group .article-info {
    margin-bottom: 0
}

body .sidebar.collection-leftsidebar {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 14px;
    margin-top: 0px
}

@media (max-width: 767px) {
    body .sidebar.collection-leftsidebar {
        margin-top: 0px;
        width: 100%
    }

    body .sidebar.collection-leftsidebar .banner-block,body .sidebar.collection-leftsidebar .sidebar-content {
        display: none
    }

    body .sidebar.collection-leftsidebar .list-cat {
        max-width: 300px;
        padding: 20px
    }

    body .sidebar.collection-leftsidebar .sidebar-block {
        padding-top: 15px;
        padding-bottom: 0
    }

    body .sidebar.collection-leftsidebar .sidebar-block:last-child {
        padding-bottom: 15px
    }

    body .sidebar.collection-leftsidebar .sidebar-block.filter-block .filter-title {
        font-size: 15px;
    }

    body .sidebar.collection-leftsidebar .sidebar-title {
        margin-bottom: 1px
    }

    body .sidebar.collection-leftsidebar .sidebar-title:before {
        display: none
    }

    body .sidebar.collection-leftsidebar .sidebar-title span {
        background-color: transparent
    }
}

@media (min-width: 768px) {
    body .sidebar .sidebar-title .fa {
        display: none
    }

    body .sidebar .filter-tag-group .title .show_filter_content {
        display: none
    }
}

@media (max-width: 767px) {
    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-title {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
        border: 1px solid #ebebeb;
        height: 40px;
        line-height: 40px
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-title>span {
        padding-bottom: 0;
        font-size: 15px;
        display: inline-block;
        *display: inline;
        zoom: 1
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-title>span:before {
        display: none
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-title .fa {
        position: absolute;
        right: 0px;
        top: 50%;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 14px
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-title.active {
        background-color: #000000;
        border: 1px solid #000000
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-title.active>span {
        color: #fff
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-title.active .fa {
        color: #fff
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .list-cat {
        width: 100%;
        max-width: 100%
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content {
        border: 1px solid #ebebeb;
        border-top: 0
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content .filter-tag-group {
        padding: 20px
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content .filter-tag-group .tag-group {
        margin-bottom: 0px
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content .filter-tag-group .tag-group .title {
        margin: 0 0 !important;
        position: relative
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content .filter-tag-group .tag-group .title .show_filter_content {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        right: 0px;
        top: 50%;
        margin-top: -10px;
        padding-right: 0
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content .seller-inner {
        padding: 20px
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content .seller-inner .seller_products_item .product {
        background-color: transparent;
        border-width: 1px;
        margin-bottom: 0;
        border-right-width: 0
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content .seller-inner .seller_products_item:last-child .product {
        border-right-width: 1px
    }

    body .sidebar .sidebar-block:not(.blogs-recent):not(.blog-category):not(.blog-tags) .sidebar-content .tags-inner {
        padding: 20px
    }

    body .sidebar .sidebar-block.blogs-bestseller .sidebar-title {
        padding-left: 0 !important;
        border: 0 !important
    }

    body .sidebar .sidebar-block.blogs-bestseller .sidebar-content {
        border: 0 !important
    }
}

@media (max-width: 600px) {
    body .sidebar .sidebar-content .seller_products_item:nth-of-type(even) .product {
        border-right-width: 1px !important
    }

    body .sidebar .sidebar-content .seller_products_item:nth-of-type(1) .product,body .sidebar .sidebar-content .seller_products_item:nth-of-type(2) .product {
        border-bottom-width: 0px !important
    }
}

@media (max-width: 320px) {
    body .sidebar.blog-tags,body .sidebar.blogs-recent,body .sidebar.blog-category {
        max-width: 100%
    }
}

body .list-collection-content .products-wrapper-inner {
    margin-left: -15px;
    margin-right: -15px
}

body .list-collection-content .products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none
}

@media (max-width: 767px) {
    body .list-collection-content .products>div {
        width: 33.33%
    }
}

@media (max-width: 600px) {
    body .list-collection-content .products>div {
        width: 50%
    }
}

@media (max-width: 420px) {
    body .list-collection-content .products>div {
        width: 100%
    }
}

body .list-collection-content .product {
    margin-bottom: 30px;
    padding-bottom: 0;
    border: 0
}

body .list-collection-content .product .image {
    position: relative
}

body .list-collection-content .product .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247,241,240,0.7);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
}

body .list-collection-content .product .image .hover_button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

body .list-collection-content .product .image .hover_button>a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: rgba(226,95,63,0.8);
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400
}

@media (min-width: 1200px) {
    body .list-collection-content .product .image .hover_button>a {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .list-collection-content .product .image .hover_button>a:hover {
    color: #212121 !important
}

@media (max-width: 1199px) {
    body .list-collection-content .product .image .hover_button>a {
        background-color: rgba(255,255,255,0.8)
    }
}

body .list-collection-content .product .col-info {
    padding: 15px;
    text-align: center
}

body .list-collection-content .product .col-info .title {
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px
}

body .list-collection-content .product .col-info .price {
    color: #333;
    font-weight: 300;
    font-family: Poppins;
    font-size: 14px
}

@media (min-width: 1200px) {
    body .list-collection-content .product .image:before {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .list-collection-content .product .hover_button {
        left: 100% !important;
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .list-collection-content .product:hover .image:before {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    body .list-collection-content .product:hover .hover_button {
        left: 0% !important
    }
}

@media (min-width: 1200px) {
    body .list-collection-content {
        margin-bottom: 60px
    }
}

body .fe-checkbox,body #tags-filter-content .filter-tag-group .tag-group ul li a span.fe-checkbox {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: -30px;
    margin-top: -10px;
    border-radius: 4px;
    background-image: url(../images/bg_none_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: 1px solid #ebebeb
}

body .fe-checkbox-active,body #tags-filter-content .filter-tag-group .tag-group ul li.active a span.fe-checkbox,body .sidebar .sidebar-block.blog-category .category li.active span.fe-checkbox,body .sidebar .sidebar-block.blog-category .list-cat li.active span.fe-checkbox,body .sidebar .sidebar-block.collection-block .category li.active span.fe-checkbox,body .sidebar .sidebar-block.collection-block .list-cat li.active span.fe-checkbox,body .collection-fullwidth .filters_content_group #filters_content .filter-content li.active span.fe-checkbox,body .collection-fullwidth .filters_content_group #filters_content .list-cat li.active span.fe-checkbox {
    background-image: url(../images/bg_check.png)
}

body #collection .collection_inner {
    margin-left: -15px;
    margin-right: -15px
}

body #collection .collection_banner_top>a {
    display: block
}

body #collection .collection_content {
    margin-left: -15px;
    margin-right: -15px
}

body #collection .collection_content .collection_content_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

body #collection .collection_banner_bottom a {
    display: block
}

body #collection .collection-service-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    background-color: #fff;
    padding: 25px 5px;
    margin-bottom: 20px
}

body #collection .collection-service-content .service-content-item {
    width: 20%;
    padding: 0 15px 0 15px
}

body #collection .collection-service-content .service-content-item .title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    white-space: nowrap;
    color: #222
}

body #collection .collection-service-content .service-content-item .description {
    font-weight: 400;
    font-family: Poppins;
    font-size: 12px;
    line-height: 2em;
    color: #333
}

@media (max-width: 1199px) {
    body #collection .collection-service-content .service-content-item {
        width: 33.33333%;
        margin-bottom: 30px
    }
}

@media (max-width: 480px) {
    body #collection .collection-service-content .service-content-item {
        width: 50%
    }
}

@media (max-width: 360px) {
    body #collection .collection-service-content .service-content-item {
        width: 100%
    }
}

body #collection .collection-banner-content {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px
}

body #collection .collection-banner-content .collection-banner-content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body #collection .collection-banner-content .banner-content {
    width: 50%
}

body #collection .collection-banner-content .banner-content .banner-content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: #fff
}

body #collection .collection-banner-content .banner-content .banner-img {
    width: 40%
}

body #collection .collection-banner-content .banner-content .banner-caption {
    width: 60%;
    padding: 30px 15px 35px
}

body #collection .collection-banner-content .banner-content .banner-caption .title {
    display: block;
    color: #222;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 15px;
    letter-spacing: -1px
}

body #collection .collection-banner-content .banner-content .banner-caption .description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    display: block;
    line-height: 1.6em;
    margin-bottom: 18px;
    color: #333
}

body #collection .collection-banner-content .banner-content .banner-caption .btn,body #collection .collection-banner-content .banner-content .banner-caption .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist #collection .collection-banner-content .banner-content .banner-caption button,body #collection .collection-banner-content .banner-content .banner-caption .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input #collection .collection-banner-content .banner-content .banner-caption .get-rates,body #collection .collection-banner-content .banner-content .banner-caption .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar #collection .collection-banner-content .banner-content .banner-caption #view_address,body #collection .collection-banner-content .banner-content .banner-caption .group-form-address .add-new-address,body .group-form-address #collection .collection-banner-content .banner-content .banner-caption .add-new-address,body #collection .collection-banner-content .banner-content .banner-caption .customer_address_table .add-new-address,body .customer_address_table #collection .collection-banner-content .banner-content .banner-caption .add-new-address {
    background-color: transparent;
    border-color: #ebebeb;
    text-transform: capitalize;
    font-family: Poppins;
    font-size: 12px;
    color: #333;
    height: 28px;
    line-height: 26px;
    font-weight: 300
}

@media (max-width: 540px) {
    body #collection .collection-banner-content .banner-content {
        width: 100%
    }

    body #collection .collection-banner-content .banner-content .banner-img {
        width: 30%
    }

    body #collection .collection-banner-content .banner-content .banner-caption {
        width: 70%
    }
}

body #collection .collection_toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 0px 15px;
    margin-bottom: 10px;
    background-color: #fff
}

body #collection .collection_toolbar .toolbar_left {
    margin: 10px 0;
    font-family: Poppins;
    color: #555;
    font-size: 12px
}

body #collection .collection_toolbar .toolbar_right .group_toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

body #collection .collection_toolbar .toolbar_right .group_toolbar .sortBy,body #collection .collection_toolbar .toolbar_right .group_toolbar .grid_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 10px;
}

body #collection .collection_toolbar .toolbar_right .group_toolbar .sortBy .toolbar_title,body #collection .collection_toolbar .toolbar_right .group_toolbar .grid_list .toolbar_title {
    white-space: nowrap;
    line-height: 50px;
    font-family: Poppins;
    font-size: 12px;
    margin-right: 8px
}

body #collection .sortBy {
    position: relative
}

body #collection .sortBy #sortBox {
    right: 0;
    left: auto;
    top: 100%;
    padding: 15px;
    border-radius: 0;
    margin-top: 0;
    border: 0;
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.175);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.175);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.175)
}

body #collection .sortBy #sortBox ul {
    margin-bottom: 0
}

body #collection .sortBy #sortBox ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb
}

body #collection .sortBy #sortBox ul li:last-child {
    border-bottom: 0
}

@media (max-width: 767px) {
    body #collection .sortBy #sortBox {
        margin-top: 1px
    }
}

@media (max-width: 360px) {
    body #collection .sortBy #sortBox {
        right: auto;
        left: 0
    }
}

body #collection .sortBy #sortButton {
    height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: #ebebeb;
    border-radius: 0px;
    font-family: Poppins;
    font-size: 12px
}

body #collection .sortBy #sortButton .name {
    letter-spacing: 0px;
    font-weight: 300;
    color: #333
}

body #collection .sortBy #sortButton .fa {
    color: #333;
    margin-left: 5px;
    margin-right: 5px
}

body #collection .sortBy #sortButton:focus {
    outline: none
}

body #collection .grid_list {
    position: relative;
    margin-right: 15px
}

body #collection .grid_list:before {
    content: '';
    height: 14px;
    width: 1px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background-color: #adadad;
    position: absolute
}

body #collection .grid_list ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-right: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

body #collection .grid_list ul li {
    padding: 0 0 0 8px;
    height: 50px;
    text-align: left;
    margin-bottom: 0;
    border-width: 0px;
    background-color: transparent
}

body #collection .grid_list ul li .fa {
    line-height: 50px;
    font-size: 14px;
    color: #222
}

body #collection .grid_list ul li:hover {
    cursor: pointer
}

body #collection .grid_list ul li.active {
    border-color: #ebebeb;
    background-color: transparent
}

body #collection .grid_list ul li.active .fa {
    color: #a6a6a6
}

@media (min-width: 1200px) {
    body #collection .grid_list ul li {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body #collection .grid_list ul li:hover {
        border-color: #ebebeb;
        background-color: transparent
    }

    body #collection .grid_list ul li:hover .fa {
        color: #a6a6a6
    }
}

body #collection .show-per-page {
    float: right;
    position: relative
}

body #collection .show-per-page #showButton {
    height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: #ebebeb;
    border-radius: 0px;
    font-family: Poppins;
    font-size: 12px;
    border-width: 0;
    border-left: 1px solid #ebebeb
}

body #collection .show-per-page #showButton .name {
    letter-spacing: 0px;
    font-weight: 300;
    color: #333
}

body #collection .show-per-page #showButton .fa {
    color: #333;
    margin-left: 5px;
    margin-right: 5px
}

body #collection .show-per-page #showButton:focus {
    outline: none
}

body #collection .show-per-page #showBox {
    right: 0;
    left: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 15px
}

body #collection .show-per-page #showBox ul {
    margin-bottom: 0
}

body #collection .show-per-page #showBox ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb
}

body #collection .show-per-page #showBox ul li:last-child {
    border-bottom: 0
}

@media (max-width: 1199px) {
    body #collection .collection-items .product .row-left {
        position: relative
    }
}

body #collection .collection-items.full_width {
    width: 100%;
    float: left
}

body #collection .collection-items.full_width .product-item {
    width: 100%;
    float: left
}

body #collection .collection-items.full_width .product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

@media (min-width: 1200px) {
    body #collection .collection-items.full_width .product .row-left,body #collection .collection-items.full_width .product .row-right {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body #collection .collection-items.full_width .product .mask {
    display: none
}

body #collection .collection-items.full_width .product .row-left {
    width: 32.5%
}

body #collection .collection-items.full_width .product .row-right {
    padding-top: 0 !important;
    width: 67.5%;
    position: static
}

body #collection .collection-items.full_width .product .row-right .list-mode {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-left {
    width: 70%;
    padding: 30px 30px 30px 0
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-left .product-title {
    margin-bottom: 14px
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-left .product-title a {
    font-size: 16px;
    font-weight: 400
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-left .product-description {
    font-family: Poppins;
    font-weight: 300;
    font-size: 12px
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-right {
    width: 30%
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-right .product-group-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-right .product-price {
    float: left;
    font-size: 24px
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-right .product-price .price_compare,body #collection .collection-items.full_width .product .row-right .list-mode .list-right .product-price .price_sale {
    float: left;
    padding-left: 0
}

body #collection .collection-items.full_width .product .row-right .list-mode .list-right .product-price .price_compare>span {
    font-size: 18px
}

@media (max-width: 991px) {
    body #collection .collection-items.full_width .product .row-right .list-mode .list-left,body #collection .collection-items.full_width .product .row-right .list-mode .list-right {
        width: 100%
    }

    body #collection .collection-items.full_width .product .row-right .list-mode .list-left {
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    body #collection .collection-items.full_width .product .row-right {
        -ms-transition: none,none,none;
        -webkit-transition: none,none,none;
        transition: none,none,none
    }
}

@media (max-width: 1199px) {
    body #collection .collection-items.full_width .product .row-right {
        text-align: left !important
    }
}

body #collection .collection-items.full_width .product .list-mode .product-title {
    text-align: left;
    margin-bottom: 5px
}

body #collection .collection-items.full_width .product .list-mode .rating-star {
    text-align: left;
    margin-bottom: 15px
}

body #collection .collection-items.full_width .product .list-mode .product-price {
    text-align: left;
    padding: 0;
    margin-bottom: 15px
}

body #collection .collection-items.full_width .product .list-mode .product-description {
    color: #333;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 22px;
    text-align: left
}

body #collection .collection-items.full_width .product .list-mode .group-actionbutton {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

@media (max-width: 991px) {
    body #collection .collection-items.full_width .product .row-left {
        width: 40%;
        float: left
    }

    body #collection .collection-items.full_width .product .row-right {
        width: 60%;
        float: left
    }
}

body #collection .collection-bottom-toolbar {
    width: 100%;
    float: left
}

body #collection .collection-bottom-toolbar .product-counter {
    display: none;
    padding-left: 0;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #333;
    font-weight: 400
}

body #collection .collection-bottom-toolbar .product-pagination {
    padding: 0;
    width: 100%
}

body #collection .collection-mainarea .collection-items .products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body #collection .collection-mainarea .collection-items .products .product .row-left {
    padding-bottom: 0px
}

body #collection .collection-mainarea .collection-items.full_width {
    margin-left: 0px;
    margin-right: 0px
}

body #collection .collection-mainarea .collection-items.full_width .row-right {
    padding: 30px 15px;
    float: right
}

body #collection .collection-mainarea .collection-items.full_width .row-left {
    float: left;
    padding-left: 0
}

body #collection .collection-mainarea .collection-items .product-item {
    padding: 0;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 1px
}

body #collection .collection-mainarea .collection-items .product-item:nth-of-type(4n+0) {
    border-right-width: 0
}

body #collection .collection-mainarea .collection-items .product-item .product {
    margin-bottom: 0;
    min-height: 300px !important;
    height: 300px !important;
}

@media (max-width: 1199px) {
    body #collection .collection-mainarea .collection-items .product-item:nth-of-type(4n+0) {
        border-right-width: 1px
    }

    body #collection .collection-mainarea .collection-items .product-item:nth-of-type(3n+0) {
        border-right-width: 0
    }
}

@media (max-width: 991px) {
    body #collection .collection-mainarea .collection-items .product-item:nth-of-type(3n+0) {
        border-right-width: 1px
    }

    body #collection .collection-mainarea .collection-items .product-item:nth-of-type(2n+0) {
        border-right-width: 0
    }
}

@media (max-width: 767px) {
    body #collection .collection-mainarea .collection-items .product-item:nth-of-type(2n+0) {
        border-right-width: 1px
    }

    body #collection .collection-mainarea .collection-items .product-item:nth-of-type(3n+0) {
        border-right-width: 0
    }
}

@media (max-width: 600px) {
    body #collection .collection-mainarea .collection-items .product-item:nth-of-type(3n+0) {
        border-right-width: 1px
    }

    body #collection .collection-mainarea .collection-items .product-item:nth-of-type(2n+0) {
        border-right-width: 0px
    }
}

body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+4) {
    border-bottom-width: 0
}

@media (max-width: 1199px) {
    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+4) {
        border-bottom-width: 1px
    }

    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+3) {
        border-bottom-width: 0px
    }
}

@media (max-width: 991px) {
    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+3) {
        border-bottom-width: 1px
    }

    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+2) {
        border-bottom-width: 0px
    }
}

@media (max-width: 767px) {
    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+2) {
        border-bottom-width: 1px
    }

    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+3) {
        border-bottom-width: 0px
    }
}

@media (max-width: 600px) {
    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+3) {
        border-bottom-width: 1px
    }

    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+2) {
        border-bottom-width: 0px
    }
}

@media (max-width: 320px) {
    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+2) {
        border-bottom-width: 1px
    }

    body #collection .collection-mainarea .collection-items:not(.full_width) .product-item:nth-last-child(-n+1) {
        border-bottom-width: 0px
    }
}

@media (max-width: 1199px) {
    body #collection .products .product-item {
        width: 33.33333%
    }
}

@media (max-width: 991px) {
    body #collection .products .product-item {
        width: 50%
    }

    body #collection .products .product-item .row-right {
        right: 0px;
        top: 0px;
        bottom: auto
    }
}

@media (max-width: 767px) {
    body #collection .products .product-item {
        width: 33.33333%
    }

    body #collection .products .product-item .row-right {
        right: auto;
        top: auto;
        position: static
    }
}

@media (max-width: 600px) {
    body #collection .products .product-item {
        width: 50%
    }

    body #collection .products .product-item .row-right {
        right: 15px;
        top: 15px
    }
}

@media (max-width: 540px) {
    body #collection .products .product-item .row-right {
        right: 5px;
        top: 5px
    }
}

@media (max-width: 500px) {
    body #collection .products .product-item .row-right {
        right: 30px;
        top: 30px
    }
}

@media (max-width: 320px) {
    body #collection .products .product-item {
        width: 100%
    }
}

body .collection-fullwidth {
    margin-top: 0px
}

body .collection-fullwidth.collection-wide .collection-mainarea {
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 1199px) {
    body .collection-fullwidth.collection-wide .collection-mainarea {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    body .collection-fullwidth.collection-wide .collection-mainarea {
        padding-left: 15px;
        padding-right: 15px
    }
}

body .collection-fullwidth #collection .collection_toolbar {
    margin-bottom: 0;
    border-width: 0
}

body .collection-fullwidth #collection .collection_content {
    margin-left: 0;
    margin-right: 0
}

body .collection-fullwidth #filters_content {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff
}

@media (min-width: 1200px) {
    body .collection-fullwidth #filters_content {
        overflow: hidden;
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .collection-fullwidth #filters_content.tags-closed {
    display: block !important;
    height: auto
}

body .collection-fullwidth .collection_filters {
    background-color: #ececec;
    margin-top: -1px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

body .collection-fullwidth .collection_filters .filter-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

body .collection-fullwidth .collection_filters .filter-group .filters_left,body .collection-fullwidth .collection_filters .filter-group .filters_right {
    color: #646464;
    letter-spacing: 1px
}

body .collection-fullwidth .collection_filters .filter-group .filters_left button {
    text-transform: uppercase;
    background-color: transparent;
    border-width: 0;
    padding: 20px;
    margin-left: -20px;
    border-style: solid;
    border-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: transparent
}

body .collection-fullwidth .collection_filters .filter-group .filters_left button.closed {
    background-color: #fff;
    border-color: #ebebeb
}

body .collection-fullwidth .collection_filters .filter-group .filters_left button i {
    margin-left: 15px
}

body .collection-fullwidth .collection_filters .filter-group .filters_left button:focus {
    outline: none
}

@media (max-width: 767px) {
    body .collection-fullwidth .collection_filters .filter-group .filters_left button {
        margin-left: 0px
    }
}

body .collection-fullwidth .collection_filters .filter-group .filters_right {
    text-transform: uppercase
}

body .collection-fullwidth .collection_filters .filter-group .filters_right i {
    margin-left: 10px
}

@media (max-width: 360px) {
    body .collection-fullwidth .collection_filters .filter-group .filters_right {
        display: none
    }
}

body .collection-fullwidth .filters_content_group {
    position: relative
}

body .collection-fullwidth .filters_content_group #filters_content {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    border: 1px solid #ebebeb;
    border-top-width: 0;
    margin-left: -20px;
    padding: 0
}

body .collection-fullwidth .filters_content_group #filters_content.tags-closed .nav-tabs>li:first-child {
    border-top-color: transparent
}

body .collection-fullwidth .filters_content_group #filters_content .nav>li>a:focus,body .collection-fullwidth .filters_content_group #filters_content .nav>li>a:hover {
    background: transparent;
    border: 0
}

body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li {
    margin-bottom: 0px;
    border-top: 1px solid #ebebeb
}

body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li a {
    margin-right: 0;
    text-transform: uppercase;
    color: #b4b4b4;
    border: 0;
    padding: 18px 20px
}

body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li:first-child a {
    padding-right: 26px
}

body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li.active>a,body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li.active>a:focus,body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li.active>a:hover {
    border: 0
}

body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li.active {
    position: relatitve
}

body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li.active a {
    color: #000000
}

body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li.active:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #323232;
    top: 100%;
    left: 0;
    margin-top: 1px
}

body .collection-fullwidth .filters_content_group #filters_content .filter-content,body .collection-fullwidth .filters_content_group #filters_content .list-cat {
    padding: 25px 20px
}

body .collection-fullwidth .filters_content_group #filters_content .filter-content li,body .collection-fullwidth .filters_content_group #filters_content .list-cat li {
    padding: 5px 0;
    padding-left: 30px
}

body .collection-fullwidth .filters_content_group #filters_content .filter-content li>a,body .collection-fullwidth .filters_content_group #filters_content .list-cat li>a {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    color: #000
}

body .collection-fullwidth .filters_content_group #filters_content .tags {
    padding: 25px 20px;
    max-width: 440px
}

body .collection-fullwidth .filters_content_group #filters_content .tags li>a {
    color: #000
}

@media (max-width: 767px) {
    body .collection-fullwidth .filters_content_group #filters_content {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-top: 1px
    }

    body .collection-fullwidth .filters_content_group #filters_content .nav-tabs {
        border-top-width: 0px
    }

    body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li {
        border-top-width: 0
    }

    body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        letter-spacing: 0
    }

    body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li:first-child a {
        padding-left: 20px
    }

    body .collection-fullwidth .filters_content_group #filters_content .tags {
        width: 80%;
        max-width: 80%
    }
}

@media (max-width: 460px) {
    body .collection-fullwidth .filters_content_group #filters_content .tags {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 360px) {
    body .collection-fullwidth .filters_content_group #filters_content .nav-tabs>li a {
        font-size: 16px
    }
}

body .collection-colpro .colpro_title {
    padding: 10px 25px;
    border-bottom: 2px solid #000;
    display: block;
    font-weight: 400;
    color: #222;
    font-size: 16px
}

body .collection-colpro .collection-colpro-content {
    background-color: #fff;
    margin-bottom: 25px;
    position: relative
}

body .collection-colpro .collection-colpro-content .content_product {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

body .collection-colpro .collection-colpro-content .content_product .product {
    margin-bottom: 0
}

body .collection-colpro .collection-colpro-content .owl-next,body .collection-colpro .collection-colpro-content .owl-prev {
    position: absolute;
    top: -44px;
    right: 0;
    left: auto;
    height: 42px;
    width: 42px;
    margin-top: 0;
    border-top-width: 0;
    border-bottom-width: 0
}

body .collection-colpro .collection-colpro-content .owl-next .fa,body .collection-colpro .collection-colpro-content .owl-prev .fa {
    line-height: 42px
}

@media (max-width: 540px) {
    body .collection-colpro .collection-colpro-content .owl-next,body .collection-colpro .collection-colpro-content .owl-prev {
        top: 0;
        border-bottom-width: 1px
    }
}

body .collection-colpro .collection-colpro-content .owl-prev {
    margin-right: 42px;
    border-right-width: 0
}

body .product-detail-content .info-detail-pro {
    padding: 0;
    margin-bottom: 95px;
    background-color: #fff
}

@media (max-width: 991px) {
    body .product-detail-content .info-detail-pro {
        padding-bottom: 30px !important
    }
}

body .product-detail-content #product-image {
    padding-left: 0
}

@media (max-width: 991px) {
    body .product-detail-content #product-image {
        padding-right: 0
    }
}

body .product-detail-content #product-image #featuted-image {
    margin-bottom: 30px
}

body .product-detail-content #product-image #featuted-image span {
    display: block !important;
    text-align: center;
    font-family: Poppins;
    font-weight: 300;
    color: #333
}

body .product-detail-content #product-image #featuted-image span.image-title-zoom {
    font-size: 12px
}

body .product-detail-content #product-image #featuted-image span.image-title-zoom .fa {
    font-size: 14px
}

body .product-detail-content #product-image #featuted-image .image-title-zoom {
    cursor: pointer
}

body .product-detail-content #product-image #gallery-images {
    overflow: hidden
}

body .product-detail-content #product-image #gallery-images .gallery-images-inner {
    margin-left: -15px;
    margin-right: -15px
}

body .product-detail-content #product-image #gallery-images .gallery-images-inner .show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

body .product-detail-content #product-image #gallery-images .gallery-images-inner .show-image-load i {
    color: #000000
}

body .product-detail-content #product-image #gallery-images .gallery-images-inner .owl-wrapper {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body .product-detail-content #product-image #gallery-images .gallery-images-inner .owl-wrapper .owl-item {
    float: left;
    max-width: 33.33333% !important
}

body .product-detail-content #product-image .owl-item .image {
    padding: 0 17px
}

body .product-detail-content #product-image .owl-buttons>div {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%
}

body .product-detail-content #product-image .owl-buttons>div .fa {
    line-height: 28px
}

body .product-detail-content #product-image .owl-buttons>div.owl-prev {
    left: 15px
}

body .product-detail-content #product-image .owl-buttons>div.owl-next {
    right: 15px
}

body .product-detail-content #product-information {
    padding-right: 0;
    padding-left: 65px;
    padding-top: 50px
}

@media (max-width: 991px) {
    body .product-detail-content #product-information {
        margin-top: 40px
    }
}

body .product-detail-content #product-information .title {
    font-size: 30px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-top: -7px;
    margin-bottom: 0px
}

body .product-detail-content #product-information .description {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 25px
}

body .product-detail-content #product-information .variants .product-options {
    margin-top: 15px
}

body .product-detail-content #product-information .variants .product-options .product-price {
    display: block;
    margin-bottom: 30px
}

body .product-detail-content #product-information .variants .product-options .product-price .price {
    font-weight: 500;
    margin-top: 0;
    font-size: 36px
}

@media (max-width: 540px) {
    body .product-detail-content #product-information .variants .product-options .product-price .price {
        font-size: 30px
    }
}

body .product-detail-content #product-information .variants .product-options .product-price span.money {
    font-weight: 400;
    color: #222
}

body .product-detail-content #product-information .variants .product-options .product-price del span.money {
    color: #9e9e9e !important;
    font-weight: 400;
    font-size: 24px
}

body .product-detail-content #product-information .variants .product-options .purchase-section {
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .product-detail-content #product-information .variants .product-options .purchase-section .purchase {
    padding-top: 0
}

body .product-detail-content #product-information .variants .product-options .purchase-section .purchase .add-to-cart {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 48px;
    width: 200px;
    padding: 0;
    font-weight: 400
}

body .product-detail-content #product-information .variants .product-options .purchase-section .purchase .add-to-cart .fa {
    line-height: 46px;
    margin-right: 10px
}

@media (max-width: 767px) {
    body .product-detail-content #product-information .variants .product-options .purchase-section .purchase .add-to-cart {
        width: 150px
    }
}

@media (max-width: 1199px) {
    body .product-detail-content #product-information .variants .product-options .product-type .col-sm-4.quantity-wrapper,body .product-detail-content #product-information .variants .product-options .product-type .col-sm-4.swatch {
        width: 50%
    }
}

@media (max-width: 767px) {
    body .product-detail-content #product-information .variants .product-options .product-type .col-sm-4.quantity-wrapper,body .product-detail-content #product-information .variants .product-options .product-type .col-sm-4.swatch {
        width: 100%
    }
}

body .product-detail-content #product-information .variants .product-options .vendor-type>span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 15px
}

body .product-detail-content #product-information .variants .product-options .vendor-type>span ._title {
    font-weight: 400;
    color: #222;
    font-size: 16px
}

body .product-detail-content #product-information .add-to-wishlist .non-user {
    border: 1px solid #222;
    color: #222;
    font-weight: 400;
    padding: 0;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 48px;
    width: 48px;
    text-align: center
}

body .product-detail-content #product-information .add-to-wishlist .non-user i.fa {
    margin: 0;
    line-height: 46px;
    color: #222
}

body .product-detail-content #product-information .add-to-wishlist .wish-list {
    height: 48px;
    width: 48px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    text-align: center
}

body .product-detail-content #product-information .add-to-wishlist .wish-list.wl-added {
    margin-top: 10px
}

body .product-detail-content #product-information .add-to-wishlist .wish-list.wl-added>span {
    text-transform: uppercase
}

body .product-detail-content #product-information .add-to-wishlist .wish-list .fa {
    padding: 0 !important;
    line-height: 48px
}

body .product-detail-content #product-information .add-to-wishlist button {
    height: 48px;
    padding: 0
}

body .product-detail-content #product-information .add-to-wishlist button .fa {
    margin-left: 0;
    line-height: 45px !important
}

body .product-detail-content #product-information .add-to-wishlist>a {
    margin: 10px 20px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .product-detail-content #product-information .product-detail-tag ul {
    margin-left: 0
}

body .product-detail-content #product-information .product-detail-tag ul .tags span {
    text-transform: uppercase;
    font-weight: bold
}

body .product-detail-content #product-information .product-detail-tag ul .tags a {
    color: #333
}

body .product-detail-content #product-information .review-link {
    margin-bottom: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .product-detail-content #product-information .review-link a {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 20px
}

body .product-detail-content #product-information .rating-star {
    margin-bottom: 0px
}

body .product-detail-content #product-information .rating-star .spr-badge {
    display: inline-block;
    *display: inline;
    zoom: 1
}

@media (max-width: 1199px) {
    body .product-detail-content #product-information .rating-star .spr-badge {
        width: 100%;
        margin-bottom: 10px
    }
}

body .product-detail-content #product-information .rating-star>span {
    text-transform: uppercase;
    margin-right: 15px
}

body .product-detail-content #product-information .product_vendor,body .product-detail-content #product-information .product_type {
    margin-bottom: 0.5em
}

body .product-detail-content #product-information .supports-fontface {
    width: 100%;
    float: left;
    /*! padding-top: 15px */
}

body .product-detail-content .image a {
    display: block;
    padding: 1px;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2)
}

body .product-detail-content .image.active a {
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75)
}

body .product-detail-content .image.active img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

@media (min-width: 1200px) {
    body .product-detail-content .image a {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .product-detail-content .image:hover a {
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
        box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75)
    }

    body .product-detail-content .image:hover img {
        opacity: 0.4;
        filter: alpha(opacity=40)
    }
}

body .account-content .row>div,body .register-content .row>div,body .login-content .row>div {
    width: 500px;
    margin: 0 auto;
    float: none
}

@media (max-width: 600px) {
    body .account-content .row>div,body .register-content .row>div,body .login-content .row>div {
        width: 100%
    }
}

body .account-content .row label:not(.btn),body .account-content .row input:not(.btn),body .register-content .row label:not(.btn),body .register-content .row input:not(.btn),body .login-content .row label:not(.btn),body .login-content .row input:not(.btn) {
    width: 100%
}

body .account-content .row label,body .register-content .row label,body .login-content .row label {
    color: #222;
    font-size: 14px;
    font-weight: 300;
    font-family: Poppins;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    text-align: left
}

body .account-content .row input:not(.btn),body .register-content .row input:not(.btn),body .login-content .row input:not(.btn) {
    margin-bottom: 20px
}

body .account-content .row h2,body .account-content .row .h2,body .register-content .row h2,body .register-content .row .h2,body .login-content .row h2,body .login-content .row .h2 {
    font-family: Poppins;
    color: #222;
    font-size: 20px;
    margin-bottom: 40px
}

body .account-content .row .action_bottom,body .register-content .row .action_bottom,body .login-content .row .action_bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .account-content .row .action_bottom .btn,body .account-content .row .action_bottom .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .account-content .row .action_bottom button,body .account-content .row .action_bottom .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .account-content .row .action_bottom .get-rates,body .account-content .row .action_bottom #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .row .action_bottom #view_address,body .account-content .row .action_bottom .group-form-address .add-new-address,body .group-form-address .account-content .row .action_bottom .add-new-address,body .account-content .row .action_bottom .customer_address_table .add-new-address,body .customer_address_table .account-content .row .action_bottom .add-new-address,body .register-content .row .action_bottom .btn,body .register-content .row .action_bottom .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .register-content .row .action_bottom button,body .register-content .row .action_bottom .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .register-content .row .action_bottom .get-rates,body .register-content .row .action_bottom .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .register-content .row .action_bottom #view_address,body .register-content .row .action_bottom .group-form-address .add-new-address,body .group-form-address .register-content .row .action_bottom .add-new-address,body .register-content .row .action_bottom .customer_address_table .add-new-address,body .customer_address_table .register-content .row .action_bottom .add-new-address,body .login-content .row .action_bottom .btn,body .login-content .row .action_bottom .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .login-content .row .action_bottom button,body .login-content .row .action_bottom .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .login-content .row .action_bottom .get-rates,body .login-content .row .action_bottom .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .login-content .row .action_bottom #view_address,body .login-content .row .action_bottom .group-form-address .add-new-address,body .group-form-address .login-content .row .action_bottom .add-new-address,body .login-content .row .action_bottom .customer_address_table .add-new-address,body .customer_address_table .login-content .row .action_bottom .add-new-address {
    margin-right: 15px
}

body .account-content .row .action_bottom .note,body .register-content .row .action_bottom .note,body .login-content .row .action_bottom .note {
    margin-left: 5px
}

body .account-content .note,body .register-content .note,body .login-content .note {
    color: #000000
}

body .account-content .btn,body .account-content .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .account-content button,body .account-content .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .account-content .get-rates,body .account-content #customer-account #customer_sidebar #view_address,body .account-content .group-form-address .add-new-address,body .group-form-address .account-content .add-new-address,body .account-content .customer_address_table .add-new-address,body .customer_address_table .account-content .add-new-address,body .register-content .btn,body .register-content .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .register-content button,body .register-content .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .register-content .get-rates,body .register-content .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .register-content #view_address,body .register-content .group-form-address .add-new-address,body .group-form-address .register-content .add-new-address,body .register-content .customer_address_table .add-new-address,body .customer_address_table .register-content .add-new-address,body .login-content .btn,body .login-content .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .login-content button,body .login-content .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .login-content .get-rates,body .login-content .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .login-content #view_address,body .login-content .group-form-address .add-new-address,body .group-form-address .login-content .add-new-address,body .login-content .customer_address_table .add-new-address,body .customer_address_table .login-content .add-new-address {
    border-radius: 5px
}

body .account-content #recover-password,body .account-content #guest,body .account-content #login,body .register-content #recover-password,body .register-content #guest,body .register-content #login,body .login-content #recover-password,body .login-content #guest,body .login-content #login {
    margin-bottom: 25px
}

body .account-content .row>div {
    width: 100%;
    max-width: 100%
}

body .account-content .row>div #login {
    width: 100%;
    max-width: 500px;
    margin: auto
}

body .search-content .search-content-inner {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767px) {
    body .search-content .search-content-inner {
        margin-left: 0;
        margin-right: 0
    }
}

body .search-content .expanded-message {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    text-align: center
}

body .search-content .expanded-message h2,body .search-content .expanded-message .h2 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500
}

body .search-content .search-field form.search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    padding-right: 50px;
    width: 600px;
    margin: 0 auto
}

@media (max-width: 767px) {
    body .search-content .search-field form.search {
        width: 100%
    }
}

body .search-content .search-field form.search input.search_box {
    width: 100%
}

body .search-content .search-field form.search button.search_submit {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border-width: 0;
    padding: 0
}

body .search-content .search-field form.search button.search_submit .lnr {
    width: 20px;
    height: 20px;
    color: #222;
    font-size: 20px;
    vertical-align: middle
}

body .search-content .search-field form.search button.search_submit .lnr:focus,body .search-content .search-field form.search button.search_submit .lnr:hover {
    color: #000000;
    outline: none
}

body .search-content .search-field form.search button.search_submit svg {
    width: 20px;
    height: 20px;
    fill: #222
}

body .search-content .search-field form.search button.search_submit:focus {
    outline: none
}

body .search-content .search-field form.search button.search_submit:focus svg,body .search-content .search-field form.search button.search_submit:hover svg {
    fill: #000000
}

body .layout_content .layout-inner {
    margin-bottom: 30px
}

body .layout_content .layout-inner>div {
    float: left
}

body .layout_content .layout-inner .layout-icon {
    width: 39%;
    padding-right: 50px;
    border-right: 1px solid #ebebeb
}

body .layout_content .layout-inner .layout-icon .group_icon {
    height: 170px;
    width: 170px;
    background-color: #f5f5f5;
    position: relative
}

body .layout_content .layout-inner .layout-icon .group_icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin-left: -25px;
    margin-top: -25px
}

body .layout_content .layout-inner .layout_caption {
    width: 61%;
    padding-left: 50px;
    line-height: 2em
}

@media (max-width: 991px) {
    body .layout_content .layout-inner {
        width: 100%;
        float: left
    }

    body .layout_content .layout-inner .layout-icon {
        width: 30%
    }

    body .layout_content .layout-inner .layout-caption {
        width: 70%
    }
}

@media (max-width: 767px) {
    body .layout_content .layout-inner {
        position: relative;
        padding-left: 80px
    }

    body .layout_content .layout-inner .layout-icon {
        position: absolute;
        top: 0;
        left: 15px;
        width: auto;
        padding-right: 0;
        border-right: 0
    }

    body .layout_content .layout-inner .layout-icon .group_icon {
        width: auto;
        height: auto;
        max-width: 100%;
        background-color: transparent;
        padding: 0
    }

    body .layout_content .layout-inner .layout-icon .group_icon .fa {
        position: static;
        top: 0;
        left: 0;
        font-size: 50px;
        margin-left: 0;
        margin-top: 0
    }

    body .layout_content .layout-inner .layout_caption {
        width: 100%;
        border-left: 1px solid #ebebeb;
        padding-left: 15px
    }
}

body .layout_content .layout-inner:nth-child(1) .group_icon .fa {
    color: #ef5350
}

body .layout_content .layout-inner:nth-child(2) .group_icon .fa {
    color: #00b8d4
}

body .layout_content .layout-inner:nth-child(3) .group_icon .fa {
    color: #009688
}

body .layout_content .layout-inner:nth-child(4) .group_icon .fa {
    color: #5e35b1
}

body .layout_content .layout-inner:nth-child(5) .group_icon .fa {
    color: #f57f17
}

body .layout_content .layout-inner:nth-child(6) .group_icon .fa {
    color: #d81b60
}

body .about-content {
    background-color: #fff;
    margin-bottom: 30px;
    padding-top: 30px
}

body .about-content .team-content,body .about-content .feature-content,body .about-content .information-content {
    width: 100%;
    float: left;
    margin-bottom: 70px
}

body .about-content .information-content {
    padding: 0 15px
}

body .about-content .information-content>div {
    float: left
}

body .about-content .information-content .information-image {
    width: 44%
}

body .about-content .information-content .information-caption {
    width: 56%;
    padding-left: 30px
}

body .about-content .information-content .information-caption .title {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Poppins;
    margin-bottom: 25px
}

body .about-content .information-content .information-caption .content {
    display: block;
    margin-bottom: 75px;
    line-height: 2em
}

body .about-content .information-content .information-caption .btn,body .about-content .information-content .information-caption .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .about-content .information-content .information-caption button,body .about-content .information-content .information-caption .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .about-content .information-content .information-caption .get-rates,body .about-content .information-content .information-caption .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .about-content .information-content .information-caption #view_address,body .about-content .information-content .information-caption .group-form-address .add-new-address,body .group-form-address .about-content .information-content .information-caption .add-new-address,body .about-content .information-content .information-caption .customer_address_table .add-new-address,body .customer_address_table .about-content .information-content .information-caption .add-new-address {
    height: 40px;
    line-height: 38px
}

@media (max-width: 1199px) {
    body .about-content .information-content .information-caption .content {
        margin-bottom: 40px
    }
}

@media (max-width: 600px) {
    body .about-content .information-content .information-image,body .about-content .information-content .information-caption {
        width: 100%;
        text-align: center
    }

    body .about-content .information-content .information-caption {
        padding-left: 0;
        padding-top: 30px
    }
}

body .about-content .team-content {
    margin-bottom: 80px
}

body .about-content .team-content .team-image {
    position: relative;
    margin-bottom: 25px
}

body .about-content .team-content .team-image .team-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    text-align: center
}

body .about-content .team-content .team-image .team-hover .fa {
    font-size: 21px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 500;
    color: #000
}

body .about-content .team-content .team-image .team-hover .fa:hover {
    color: #000000
}

@media (max-width: 1199px) {
    body .about-content .team-content .team-image .team-hover {
        position: relative;
        background-color: relative;
        height: auto;
        padding: 15px 0 0 0
    }

    body .about-content .team-content .team-image .team-hover .fa {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 15px
    }
}

body .about-content .team-content .team-caption {
    text-align: center
}

body .about-content .team-content .team-caption .name {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px
}

body .about-content .team-content .team-caption .position {
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
    font-family: Poppins;
    font-weight: 300
}

body .about-content .team-content .team-caption .description {
    font-size: 14px;
    line-height: 1.8em
}

@media (min-width: 1200px) {
    body .about-content .team-content .team-image .team-hover {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -ms-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }

    body .about-content .team-content .team-image:hover .team-hover {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@media (max-width: 767px) {
    body .about-content .team-content .group_layout_inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start
    }

    body .about-content .team-content .group_layout_inner .team-inner {
        width: 25%;
        float: left
    }
}

@media (max-width: 600px) {
    body .about-content .team-content .team-inner {
        width: 50% !important;
        margin-bottom: 30px
    }
}

@media (max-width: 360px) {
    body .about-content .team-content .team-inner {
        width: 100% !important;
        text-align: center
    }
}

body .page-with-contact-form {
    width: 100%;
    float: left;
    margin-bottom: 90px
}

body .page-with-contact-form .google-maps-content {
    float: left;
    width: 60%
}

body .page-with-contact-form .google-maps-content .map {
    width: 100%;
    min-height: 500px;
    float: left
}

@media (max-width: 767px) {
    body .page-with-contact-form .google-maps-content .map {
        min-height: 180px;
        margin-bottom: 40px
    }
}

body .page-with-contact-form .contact-form-group {
    width: 40%;
    float: left
}

body .page-with-contact-form .contact-form-group .contact-form p {
    margin-bottom: 0
}

body .page-with-contact-form .contact-form-group .contact-form textarea {
    height: 167px !important;
    margin-bottom: 20px !important
}

body .page-with-contact-form .contact-form-group .contact-form input[type="telephone"],body .page-with-contact-form .contact-form-group .contact-form input[type="email"],body .page-with-contact-form .contact-form-group .contact-form input[type="text"] {
    margin-bottom: 10px !important
}

body .page-with-contact-form .contact-form-group .btn,body .page-with-contact-form .contact-form-group .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .page-with-contact-form .contact-form-group button,body .page-with-contact-form .contact-form-group .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .page-with-contact-form .contact-form-group .get-rates,body .page-with-contact-form .contact-form-group .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .page-with-contact-form .contact-form-group #view_address,body .page-with-contact-form .contact-form-group .group-form-address .add-new-address,body .group-form-address .page-with-contact-form .contact-form-group .add-new-address,body .page-with-contact-form .contact-form-group .customer_address_table .add-new-address,body .customer_address_table .page-with-contact-form .contact-form-group .add-new-address {
    float: right
}

body .page-with-contact-form .errorForm {
    margin-bottom: 15px
}

@media (max-width: 767px) {
    body .page-with-contact-form .contact-form-group,body .page-with-contact-form .google-maps-content {
        width: 100%
    }

    body .page-with-contact-form .google-maps-content .map {
        min-height: 200px
    }
}

body #shopify-section-contact-template {
    margin-left: -15px;
    margin-right: -15px
}

body .faqs-content {
    width: 100%;
    float: left;
    margin-bottom: 70px
}

body .faqs-content .nav-tabs {
    border-bottom: 0
}

body .faqs-content .nav-tabs>li {
    width: 100%;
    margin-bottom: 10px
}

body .faqs-content .nav-tabs>li>a {
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    color: #898989;
    margin-right: 0;
    border-radius: 0;
    padding: 20px 30px
}

body .faqs-content .nav-tabs>li>a,body .faqs-content .nav-tabs>li.active>a,body .faqs-content .nav-tabs>li.active>a:focus,body .faqs-content .nav-tabs>li.active>a:hover {
    border: 0
}

body .faqs-content .nav-tabs>li:hover>a,body .faqs-content .nav-tabs>li.active>a,body .faqs-content .nav-tabs>li.active>a:focus,body .faqs-content .nav-tabs>li.active>a:hover {
    background-color: #212121;
    color: #fff !important
}

body .faqs-content .faqs-inner {
    margin-left: -15px;
    margin-right: -15px
}

body .faqs-content .tab-content .panel-group .panel+.panel {
    margin-top: 10px
}

body .faqs-content .tab-content .panel-group .panel {
    border-radius: 0;
    box-shadow: none
}

body .faqs-content .tab-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent
}

body .faqs-content .tab-content .panel-default>.panel-heading {
    background-color: transparent
}

body .faqs-content .tab-content .panel-body {
    padding: 0 20px 25px;
    font-size: 15px
}

body .faqs-content .tab-content .panel-heading {
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    position: relative
}

body .faqs-content .tab-content .panel-heading .panel-title {
    font-style: normal
}

body .faqs-content .tab-content .panel-heading a {
    font-weight: 400;
    font-size: 14px
}

body .faqs-content .tab-content .panel-heading .fa-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 25px;
    margin-top: -12.5px;
    color: #bdbdbd
}

body .faqs-content .tab-content .panel-heading.active {
    border-top: 3px solid #000000
}

body .faqs-content .tab-content .panel-heading.active .fa-icon {
    color: #000000
}

body .blog-inner .article-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .blog-inner .article-loadMore {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
    width: 100%
}

body .blog-inner .article-loadMore .btn,body .blog-inner .article-loadMore .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .blog-inner .article-loadMore button,body .blog-inner .article-loadMore .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .blog-inner .article-loadMore .get-rates,body .blog-inner .article-loadMore .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .blog-inner .article-loadMore #view_address,body .blog-inner .article-loadMore .group-form-address .add-new-address,body .group-form-address .blog-inner .article-loadMore .add-new-address,body .blog-inner .article-loadMore .customer_address_table .add-new-address,body .customer_address_table .blog-inner .article-loadMore .add-new-address {
    background-color: transparent;
    border-width: 0;
    color: #222;
    font-size: 16px;
    font-family: Poppins;
    height: auto;
    line-height: 1em
}

body .blog-inner .article-loadMore .btn .lnr,body .blog-inner .article-loadMore .product-detail-content #product-information .add-to-wishlist button .lnr,body .product-detail-content #product-information .add-to-wishlist .blog-inner .article-loadMore button .lnr,body .blog-inner .article-loadMore .cart-inner .group-checkout-input .get-rates .lnr,body .cart-inner .group-checkout-input .blog-inner .article-loadMore .get-rates .lnr,body .blog-inner .article-loadMore .account-content #customer-account #customer_sidebar #view_address .lnr,body .account-content #customer-account #customer_sidebar .blog-inner .article-loadMore #view_address .lnr,body .blog-inner .article-loadMore .group-form-address .add-new-address .lnr,body .group-form-address .blog-inner .article-loadMore .add-new-address .lnr,body .blog-inner .article-loadMore .customer_address_table .add-new-address .lnr,body .customer_address_table .blog-inner .article-loadMore .add-new-address .lnr {
    color: #222;
    display: block;
    font-size: 16px;
    padding-top: 13px
}

body .blog-inner .article-loadMore .btn:focus,body .blog-inner .article-loadMore .product-detail-content #product-information .add-to-wishlist button:focus,body .product-detail-content #product-information .add-to-wishlist .blog-inner .article-loadMore button:focus,body .blog-inner .article-loadMore .cart-inner .group-checkout-input .get-rates:focus,body .cart-inner .group-checkout-input .blog-inner .article-loadMore .get-rates:focus,body .blog-inner .article-loadMore .account-content #customer-account #customer_sidebar #view_address:focus,body .account-content #customer-account #customer_sidebar .blog-inner .article-loadMore #view_address:focus,body .blog-inner .article-loadMore .group-form-address .add-new-address:focus,body .group-form-address .blog-inner .article-loadMore .add-new-address:focus,body .blog-inner .article-loadMore .customer_address_table .add-new-address:focus,body .customer_address_table .blog-inner .article-loadMore .add-new-address:focus {
    outline: none
}

body .article-image {
    margin-bottom: 14px
}

body .article-image a {
    display: block;
    line-height: 1.4em
}

body .article-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    font-family: Poppins;
    float: left;
    margin-bottom: 8px
}

body .article-info .article-date {
    color: #a3a3a3;
    font-family: Poppins;
    font-size: 12px
}

body .article-info .article-date>span {
    padding-right: 5px
}

body .article-info .article-author,body .article-info .article-comment {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 300
}

body .article-info .article-author>a,body .article-info .article-comment>a {
    color: #a3a3a3
}

body .article-info .article-author>a>span,body .article-info .article-comment>a>span {
    margin-right: 5px
}

body .article-info .article-author i,body .article-info .article-comment i {
    font-style: normal
}

body .article-info .article-author .fa,body .article-info .article-comment .fa {
    font-size: 15px;
    margin-right: 5px
}

body .article-info .article-comment {
    margin-right: 3px
}

body .article-info .article-comment i {
    font-style: normal
}

body .article-info .article-comment span {
    margin-right: 3px
}

body .article-info .article-author>span {
    color: #898989;
    margin-right: 5px
}

@media (max-width: 480px) {
    body .article-info {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .article-info>li {
        margin-bottom: 5px
    }

    body .article-info>li>span {
        margin-left: 0;
        margin-right: 5px
    }
}

body .article-title {
    margin-bottom: 12px;
    width: 100%;
    float: left
}

body .article-title .article-name {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #323232;
    font-family: Poppins
}

body .article-body {
    margin-bottom: 40px;
    padding: 30px 20px 0;
    padding-bottom: 25px
}

body .article-body .article-image {
    position: relative;
    overflow: hidden;
    width: 100%
}

body .article-body .article-image img {
    width: 100%
}

body .article-body .article-image:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

body .article-body .article-image a {
    display: block
}

body .article-body .articleinfo_group {
    border-top: 0;
    padding: 30px 0px 0;
    width: 100%;
    float: left
}

body .article-body .articleinfo_group .article-content {
    font-size: 14px;
    line-height: 1.8em
}

body .article-body .articleinfo_group .share-with {
    margin-top: 20px
}

body .article-body .articleinfo_group .btn,body .article-body .articleinfo_group .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .article-body .articleinfo_group button,body .article-body .articleinfo_group .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .article-body .articleinfo_group .get-rates,body .article-body .articleinfo_group .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .article-body .articleinfo_group #view_address,body .article-body .articleinfo_group .group-form-address .add-new-address,body .group-form-address .article-body .articleinfo_group .add-new-address,body .article-body .articleinfo_group .customer_address_table .add-new-address,body .customer_address_table .article-body .articleinfo_group .add-new-address {
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 40px
}

body .article-body .group-blog-btm {
    float: left;
    width: 100%
}

body .article-body .group-blog-btm .share-with {
    padding-left: 0;
    text-align: left
}

body .article-body .group-blog-btm .share-with .social-sharing a {
    margin: 5px 10px 5px 0px
}

@media (max-width: 767px) {
    body .article-body .group-blog-btm .share-with {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    body .article-body .group-blog-btm .share-with {
        width: 100%;
        text-align: left
    }

    body .article-body .group-blog-btm .share-with a {
        margin: 5px 10px 5px 0px !important
    }
}

@media (max-width: 767px) {
    body .articles {
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 100%
    }
}

body .articles .article .article-content {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 1.7em;
    font-family: Poppins;
    font-weight: 300
}

body .articles .blog-top {
    background-color: #fff;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .articles .blog-top .top-left {
    width: 50%;
    padding: 30px 20px 0 20px
}

body .articles .blog-top .top-right {
    padding-top: 30px;
    padding-right: 20px;
    width: 50%
}

body .articles .blog-top .top-right .article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .articles .blog-top .top-right .article:last-child {
    border-bottom-width: 0;
    margin-bottom: 0
}

body .articles .blog-top .top-right .article .article-image {
    width: 40%;
    padding-right: 20px;
    margin-bottom: 0
}

body .articles .blog-top .top-right .article .articleinfo_group {
    width: 60%
}

@media (max-width: 680px) {
    body .articles .blog-top .top-right,body .articles .blog-top .top-left {
        width: 100%
    }

    body .articles .blog-top .top-right {
        padding-left: 15px
    }

    body .articles .blog-top .top-right .article-image {
        width: 35% !important
    }

    body .articles .blog-top .top-right .articleinfo_group {
        width: 65% !important
    }
}

body .articles .blog-bottom-toolbar,body .articles .blog-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    padding: 16.5px 20px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #222
}

body .articles .blog-bottom-toolbar .toolbar_right .grid_list,body .articles .blog-toolbar .toolbar_right .grid_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

body .articles .blog-bottom-toolbar .toolbar_right .grid_list .toolbar_title,body .articles .blog-toolbar .toolbar_right .grid_list .toolbar_title {
    padding-right: 15px
}

body .articles .blog-bottom-toolbar .toolbar_right .grid_list .list-inline li,body .articles .blog-toolbar .toolbar_right .grid_list .list-inline li {
    padding: 0;
    margin: 0;
    margin-left: 10px
}

body .articles .blog-bottom-toolbar .toolbar_right .grid_list .list-inline li .fa,body .articles .blog-toolbar .toolbar_right .grid_list .list-inline li .fa {
    font-size: 14px
}

body .articles .blog-bottom-toolbar .toolbar_right .grid_list .list-inline li:hover .fa,body .articles .blog-bottom-toolbar .toolbar_right .grid_list .list-inline li.active .fa,body .articles .blog-toolbar .toolbar_right .grid_list .list-inline li:hover .fa,body .articles .blog-toolbar .toolbar_right .grid_list .list-inline li.active .fa {
    color: #a6a6a6
}

body .articles .blog-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

body .articles .blog-items .article-content {
    margin-bottom: 3px
}

body .articles .blog-items .article-image {
    margin-bottom: 18px
}

body .articles .blog-items .blog_Grid ._line {
    display: none
}

body .articles .blog-items .blog_List {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .articles .blog-items .blog_List .article-image {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px
}

body .articles .blog-items .blog_List .articleinfo_group {
    width: 55%;
    padding-left: 5px;
    padding-right: 15px
}

body .articles .blog-items .blog_List:last-child {
    border-bottom: 0
}

body .articles .blog-items .blog_List ._line {
    display: block
}

body .current-body {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 20px;
    text-align: right
}

body .current-body>a {
    font-size: 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0;
    font-weight: 400;
    color: #898989;
    font-family: Poppins;
    background-color: #fff;
    text-transform: capitalize;
    margin-left: 10px
}

body .current-body>a:hover,body .current-body>a.inactive {
    background-color: #fff;
    color: #000000
}

body .current-body .prev,body .current-body .next {
    border-radius: 5px
}

body .current-body .next {
    position: relative;
    padding-left: 5px
}

body .current-body .next:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    height: 11px;
    margin-top: -7px;
    width: 1px;
    background-color: #898989
}

@media (max-width: 767px) {
    body .current-body {
        padding-right: 20px;
        padding-left: 0px
    }

    body .current-body .prev,body .current-body .next {
        margin-right: 10px;
        margin-left: 0px
    }
}

body #article,body #blog {
    margin-left: -15px;
    margin-right: -15px
}

body #article .col-sm-9>.btn,body #article .product-detail-content #product-information .add-to-wishlist .col-sm-9>button,body .product-detail-content #product-information .add-to-wishlist #article .col-sm-9>button,body #article .cart-inner .group-checkout-input .col-sm-9>.get-rates,body .cart-inner .group-checkout-input #article .col-sm-9>.get-rates,body #article .account-content #customer-account #customer_sidebar .col-sm-9>#view_address,body .account-content #customer-account #customer_sidebar #article .col-sm-9>#view_address,body #article .group-form-address .col-sm-9>.add-new-address,body .group-form-address #article .col-sm-9>.add-new-address,body #article .customer_address_table .col-sm-9>.add-new-address,body .customer_address_table #article .col-sm-9>.add-new-address,body #blog .col-sm-9>.btn,body #blog .product-detail-content #product-information .add-to-wishlist .col-sm-9>button,body .product-detail-content #product-information .add-to-wishlist #blog .col-sm-9>button,body #blog .cart-inner .group-checkout-input .col-sm-9>.get-rates,body .cart-inner .group-checkout-input #blog .col-sm-9>.get-rates,body #blog .account-content #customer-account #customer_sidebar .col-sm-9>#view_address,body .account-content #customer-account #customer_sidebar #blog .col-sm-9>#view_address,body #blog .group-form-address .col-sm-9>.add-new-address,body .group-form-address #blog .col-sm-9>.add-new-address,body #blog .customer_address_table .col-sm-9>.add-new-address,body .customer_address_table #blog .col-sm-9>.add-new-address {
    width: 200px;
    margin: 0 auto;
    display: block
}

@media (max-width: 991px) {
    body #article,body #blog {
        margin-left: 0px;
        margin-right: 0px
    }

    body #article>.sidebar,body #article .col-sm-9.article,body #article .col-sm-9.articles,body #blog>.sidebar,body #blog .col-sm-9.article,body #blog .col-sm-9.articles {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    body #article .sidebar,body #blog .sidebar {
        margin-bottom: 20px
    }

    body #article .sidebar .recent-article .ra-item-inner,body #blog .sidebar .recent-article .ra-item-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body #article .sidebar .recent-article .article,body #blog .sidebar .recent-article .article {
        width: 50%
    }

    body #article .sidebar .recent-article .article .articleinfo_group,body #blog .sidebar .recent-article .article .articleinfo_group {
        padding-right: 15px
    }

    body #article .sidebar .bestseller-content .bestseller-item-inner,body #blog .sidebar .bestseller-content .bestseller-item-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body #article .sidebar .bestseller-content .bestseller-item,body #blog .sidebar .bestseller-content .bestseller-item {
        width: 50%
    }
}

@media (max-width: 767px) {
    body #article .sidebar-content,body #blog .sidebar-content {
        display: block
    }

    body #article .col-sm-9,body #blog .col-sm-9 {
        margin-bottom: 12.5px
    }
}

@media (max-width: 480px) {
    body #article .sidebar .recent-article .article,body #blog .sidebar .recent-article .article {
        width: 100%
    }

    body #article .sidebar .bestseller-content .bestseller-item,body #blog .sidebar .bestseller-content .bestseller-item {
        width: 100%
    }
}

body #blog>.col-sm-9>.btn,body .product-detail-content #product-information .add-to-wishlist #blog>.col-sm-9>button,body .cart-inner .group-checkout-input #blog>.col-sm-9>.get-rates,body .account-content #customer-account #customer_sidebar #blog>.col-sm-9>#view_address,body .group-form-address #blog>.col-sm-9>.add-new-address,body .customer_address_table #blog>.col-sm-9>.add-new-address {
    margin-top: 20px
}

body #blog .sidebar .sidebar-block.blog-banner {
    width: 100%;
    float: left
}

body #blog .sidebar .sidebar-block.blog-banner>a {
    display: block
}

body #shopify-section-blog-article-template .banner_layout {
    margin-bottom: 25px
}

body .blog-standard #blog {
    margin-left: 0px;
    margin-right: 0px
}

body .blog-standard .article-inner .article {
    width: 100%
}

body #article .group-blog-top .article-title {
    margin-bottom: 24px
}

body #article .group-blog-top .article-title .article-name {
    font-size: 16px;
    text-transform: uppercase
}

body #article .current-body {
    margin-top: 0
}

body #article>.col-sm-9 .article-body {
    margin-bottom: 0
}

body #article>.col-sm-9 img {
    margin-bottom: 26px
}

body #article .article-image {
    margin-bottom: 0
}

body #article .article-body {
    margin: 0;
    padding: 25px 20px 0;
    background-color: #fff
}

body #article .article-body .article-info {
    margin-bottom: 13px
}

body #article .article-body .articleinfo_group {
    padding-top: 0
}

body #article .article-body .articleinfo_group img {
    margin-bottom: 20px
}

body #article .article-body .articleinfo_group span.clearfix,body:not(.index-template) #article .article-body .articleinfo_group main>section span.shopify-section,body:not(.index-template) main>section #article .article-body .articleinfo_group span.shopify-section,body:not(.index-template) #article .article-body .articleinfo_group main span.details,body:not(.index-template) main #article .article-body .articleinfo_group span.details,body:not(.index-template) #article .article-body .articleinfo_group main span#wish-list,body:not(.index-template) main #article .article-body .articleinfo_group span#wish-list,body:not(.index-template) #article .article-body .articleinfo_group main span.customer-heading,body:not(.index-template) main #article .article-body .articleinfo_group span.customer-heading,body #article .article-body .articleinfo_group .everybody_layout span.everybody_caption,body .everybody_layout #article .article-body .articleinfo_group span.everybody_caption,body #article .article-body .articleinfo_group span.faq_image,body #article .article-body .articleinfo_group .guest_book_content span#contactFormWrapper,body .guest_book_content #article .article-body .articleinfo_group span#contactFormWrapper,body #article .article-body .articleinfo_group .sidebar span.sidebar-content,body .sidebar #article .article-body .articleinfo_group span.sidebar-content,body #article .article-body .articleinfo_group span.about-content,body #article .article-body .articleinfo_group .related-article-body span.related-content,body .related-article-body #article .article-body .articleinfo_group span.related-content,body #article .article-body .articleinfo_group .product-detail-content #product-information span.supports-fontface,body .product-detail-content #product-information #article .article-body .articleinfo_group span.supports-fontface,body #article .article-body .articleinfo_group .product-detail-content span.detail-content-inner,body .product-detail-content #article .article-body .articleinfo_group span.detail-content-inner,body #article .article-body .articleinfo_group span.related-products,body #article .article-body .articleinfo_group span.product_banner_bottom,body #article .article-body .articleinfo_group span.group-form-address {
    display: block;
    margin-bottom: 23px
}

body #article .article-body .articleinfo_group .group-blog-btm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 30px 0 0;
    padding: 5px 0
}

body #article .article-body .articleinfo_group .group-blog-btm .share-with {
    margin-top: 0
}

body #article .current-body {
    background-color: #fff
}

body #article .tags-area {
    background-color: #fff;
    font-family: Poppins;
    font-size: 12px;
    padding: 20px
}

body #article .tags-area a:nth-of-type(even) {
    font-weight: 400;
    color: #000
}

body #article .tags-area .fa {
    margin-right: 5px
}

body #article .article-content p {
    margin-bottom: 0
}

body #article .article-content p:first-child {
    color: #a3a3a3;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 100;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 26px
}

@media (max-width: 767px) {
    body #article .sidebar.col-sm-3,body #article .article.col-sm-9 {
        width: 100%;
        float: left
    }

    body #article .sidebar.col-sm-3 {
        margin-bottom: 60px
    }
}

@media (max-width: 480px) {
    body #article .sidebar.col-sm-3>div {
        width: 100%;
        max-width: 100%
    }
}

body .article-image .name-title,body .group-blog-top .name-title {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0 50px
}

body .article-image .name-title span,body .group-blog-top .name-title span {
    text-transform: uppercase;
    background-color: #fff;
    color: #000000;
    font-size: 13px;
    font-family: Montserrat;
    height: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 10px 20px 0;
    line-height: 1em
}

body .group_form {
    margin-left: -15px;
    margin-right: -15px
}

body .related-body {
    padding-top: -5px;
    width: 100%;
    float: left
}

@media (max-width: 991px) {
    body .related-body {
        padding-top: -27.5px
    }
}

body .related-body .related-content {
    margin-left: -15px;
    margin-right: -15px
}

body .related-body .related-content .related-content-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body .related-body .related-content .related-content-inner>div {
    width: 33.33333%
}

@media (max-width: 991px) {
    body .related-body .related-content .related-content-inner>div {
        width: 50%;
        margin-bottom: 30px
    }
}

@media (max-width: 540px) {
    body .related-body .related-content .related-content-inner>div {
        width: 100%
    }
}

body .related-body .related-content .related-content-inner .article-image img {
    width: 100%
}

body .related-body .related-content .related-content-inner .article-content {
    margin-bottom: 20px
}

body .related-body .related-content .related-content-inner .article-info {
    margin-bottom: 0
}

@media (max-width: 360px) {
    body .related-body .related-content .related-content-inner .article-info .article-comment {
        margin-bottom: 0
    }
}

body .related-body .related-content .related-content-inner .articleinfo_group {
    padding-top: 35px;
    padding-bottom: 35px
}

body .related-body .related-content .related-content-inner .article-body {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

body .related-body .article-title {
    margin-bottom: 45px
}

body .related-body .articleinfo_group .article-title {
    margin-bottom: 13px
}

body .related-body .articleinfo_group .article-title a {
    font-size: 18px
}

body .related-body .article-info {
    margin-bottom: 11px !important
}

body .comments {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 100%;
    float: left
}

@media (max-width: 991px) {
    body .comments {
        margin-top: -17.5px
    }
}

@media (max-width: 767px) {
    body .comments {
        margin-bottom: 12.5px
    }
}

body .comments .comment {
    padding: 23px 0px;
    border-bottom: 1px solid #ebebeb
}

body .comments .comment:last-child {
    margin-bottom: 25px !important
}

@media (max-width: 991px) {
    body .comments .comment:last-child {
        margin-bottom: 12.5px !important
    }
}

body .comments .comment .cmt-author-date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px
}

body .comments .comment .cmt-date {
    font-size: 12px;
    color: #898989;
    font-family: Poppins
}

body .comments .comment .cmt-date .fa {
    font-size: 12px;
    margin-right: 10px
}

body .comments .comment .cmt-date b {
    font-weight: 400
}

body .comments .comment .cmt-author {
    text-transform: capitalize;
    font-weight: 400;
    color: #222;
    margin-right: 30px;
    margin-bottom: 0;
    width: 100%;
    float: left
}

body .comments .comment .cmt-author b {
    font-weight: 400
}

body .comments .comment .cmt-content {
    margin-bottom: 16px;
    width: 100%;
    float: left;
    font-size: 12px
}

body .comments .comment .cmt-content p {
    margin-bottom: 0px;
    line-height: 1.8em;
    font-family: Poppins
}

body .comments .notice {
    margin: 15px 0
}

body .comments .page-title {
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 2px solid #222;
    padding: 12px 0;
    margin-bottom: 30px
}

body .comments .page-title:before {
    display: none
}

body .comments .page-title span {
    font-size: 16px;
    padding: 0
}

@media (max-width: 767px) {
    body .comments .page-title {
        margin-bottom: 20px
    }
}

body .comment-title {
    font-size: 16px;
    padding: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    background-image: none;
    text-align: left;
    font-weight: 500;
    padding-bottom: 25px;
    font-family: Poppins;
    color: #000;
    border-bottom: 1px solid #ebebeb
}

body .comment_form {
    width: 100%;
    float: left
}

body .comment_form .form-title {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    padding-top: 30px;
    margin-bottom: 40px
}

body .comment_form label {
    width: 100%;
    margin-bottom: 8px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 12px
}

body .comment_form textarea,body .comment_form input[type="text"] {
    width: 100%;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px
}

body .comment_form input[type="text"] {
    height: 40px
}

body .comment_form textarea {
    height: 140px;
    margin-bottom: 20px;
    padding: 20px
}

body .comment_form .btn,body .comment_form .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .comment_form button,body .comment_form .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .comment_form .get-rates,body .comment_form .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .comment_form #view_address,body .comment_form .group-form-address .add-new-address,body .group-form-address .comment_form .add-new-address,body .comment_form .customer_address_table .add-new-address,body .customer_address_table .comment_form .add-new-address {
    float: left;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px
}

body .comment_form .btn:focus,body .comment_form .product-detail-content #product-information .add-to-wishlist button:focus,body .product-detail-content #product-information .add-to-wishlist .comment_form button:focus,body .comment_form .cart-inner .group-checkout-input .get-rates:focus,body .cart-inner .group-checkout-input .comment_form .get-rates:focus,body .comment_form .account-content #customer-account #customer_sidebar #view_address:focus,body .account-content #customer-account #customer_sidebar .comment_form #view_address:focus,body .comment_form .group-form-address .add-new-address:focus,body .group-form-address .comment_form .add-new-address:focus,body .comment_form .customer_address_table .add-new-address:focus,body .customer_address_table .comment_form .add-new-address:focus {
    outline: none
}

@media (max-width: 991px) {
    body .comment_form {
        width: 100%
    }
}

body .related-article-body {
    width: 100%;
    float: left;
    background-color: #fff
}

body .related-article-body .related-content {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    float: left
}

body .related-article-body .page-title {
    height: 46px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 2px solid #222;
    border-top: 0;
    padding: 12px 0;
    margin-bottom: 30px
}

body .related-article-body .page-title:before {
    display: none
}

body .related-article-body .page-title span {
    font-size: 16px;
    padding: 0;
    padding-left: 20px
}

body .related-article-body .owl-prev,body .related-article-body .owl-next {
    position: absolute;
    top: 0;
    bottom: auto;
    right: -5px;
    left: auto;
    margin-top: -75px;
    height: 43px;
    width: 43px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-right-width: 0
}

body .related-article-body .owl-prev .fa,body .related-article-body .owl-next .fa {
    line-height: 43px
}

body .related-article-body .owl-prev {
    margin-right: 43px
}

body .related-article-body .article-body {
    padding: 0 !important
}

body .related-article-body .article-body .name-title {
    display: none
}

body .related-article-body .article-body .article-name a {
    font-size: 14px;
    text-transform: uppercase
}

body .related-article-body .article-body .article-image img {
    margin-bottom: 15px !important
}

body .related-article-body .article-body .article-title {
    margin-bottom: 10px
}

body .related-article-body .article-content {
    width: 100%;
    float: left
}

body .related-article-body .article-content p:first-child {
    border-bottom-width: 0 !important;
    padding-bottom: 15px !important
}

body .related-article-body .article-content p:first-child,body .related-article-body .article-content p {
    font-size: 12px !important;
    color: #222 !important;
    line-height: 1.5em
}

body .blog-list .name-title {
    text-align: left;
    margin-bottom: 20px
}

body .blog-list .name-title span {
    text-transform: uppercase;
    background-color: #fff;
    color: #000000;
    font-size: 13px;
    font-family: Montserrat;
    height: 100%;
    display: block;
    font-weight: 500;
    line-height: 1em
}

body .blog-list .article-inner {
    padding-left: 15px;
    padding-right: 15px
}

body .blog-list .article-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .blog-list .article-body .article-image {
    width: 31%
}

body .blog-list .article-body .articleinfo_group {
    width: 69%;
    border-width: 0;
    padding-top: 30px;
    padding-bottom: 30px
}

body .blog-list .article-body .articleinfo_group .btn,body .blog-list .article-body .articleinfo_group .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .blog-list .article-body .articleinfo_group button,body .blog-list .article-body .articleinfo_group .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .blog-list .article-body .articleinfo_group .get-rates,body .blog-list .article-body .articleinfo_group .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .blog-list .article-body .articleinfo_group #view_address,body .blog-list .article-body .articleinfo_group .group-form-address .add-new-address,body .group-form-address .blog-list .article-body .articleinfo_group .add-new-address,body .blog-list .article-body .articleinfo_group .customer_address_table .add-new-address,body .customer_address_table .blog-list .article-body .articleinfo_group .add-new-address {
    float: right
}

@media (max-width: 767px) {
    body .blog-list .article-body .article-image,body .blog-list .article-body .articleinfo_group {
        width: 100%
    }
}

body .blog-grid #blog .article-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

@media (max-width: 991px) {
    body .blog-grid #blog .article {
        width: 50%
    }
}

@media (max-width: 600px) {
    body .blog-grid #blog .article {
        width: 100%
    }
}

body .swatch {
    margin-bottom: 5px
}

body .swatch .header {
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    color: #222;
    text-transform: capitalize;
    width: 100%;
    line-height: 36px;
    margin-bottom: 7px;
    float: left
}

@media (max-width: 540px) {
    body .swatch .header {
        width: 100%
    }
}

body .swatch .swatch-element {
    min-width: 25px;
    height: 25px;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 0%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-position: -1px -1px;
    position: relative
}

body .swatch .swatch-element .crossed-out {
    display: none
}

body .swatch .swatch-element input {
    display: none
}

body .swatch .swatch-element input:checked+label {
    box-shadow: none;
    background-color: #3F3F3F;
    color: #FFF;
    border-color: #3F3F3F
}

body .swatch .swatch-element label {
    width: 100%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    font-weight: normal;
    text-align: center;
    line-height: 23px;
    background-position: -1px -1px;
    font-size: 12px
}

body .swatch .swatch-element:hover label {
    background-color: #3F3F3F;
    color: #FFF;
    border-color: #3F3F3F
}

body .swatch .swatch-element.default-title {
    width: auto
}

body .swatch .swatch-element.default-title label {
    padding-left: 20px;
    padding-right: 20px
}

body .swatch .white label {
    border: 1px solid #ebebeb !important
}

body .swatch .swatch-element.color {
    padding: 0px;
    cursor: pointer
}

body .swatch .swatch-element.color label {
    border-width: 0px !important
}

body .swatch .swatch-element.color.white label {
    border-width: 1px !important
}

body .swatch .swatch-element.color.active {
    cursor: default
}

body .swatch .swatch-element.color.active,body .swatch .swatch-element.color:hover {
    border-color: #000 !important;
    padding: 4px
}

body ._detail-title,body .modal-content .modal-body #quick-shop-title,body .product-detail-content #product-information .title {
    font-family: Poppins;
    text-transform: capitalize;
    color: #333;
    font-weight: 400;
    margin-top: 0
}

body ._detail-description,body .modal-content .modal-body .description,body .product-detail-content #product-information .description {
    font-size: 12px;
    color: #555;
    line-height: 2em;
    font-family: Poppins;
    font-weight: 300
}

body ._detail-money,body .modal-content .modal-body .detail-price .money,body .product-detail-content #product-information .money {
    color: #222;
    font-family: Poppins;
    font-weight: 400
}

body ._detail-money-del,body .modal-content .modal-body .detail-price del,body .product-detail-content #product-information del {
    color: #9e9e9e
}

body ._detail-money-del .money,body .modal-content .modal-body .detail-price del .money,body .product-detail-content #product-information del .money {
    color: #9e9e9e
}

body ._label-detail,body ._product-type-general .selector-wrapper label,body ._product-type .selector-wrapper label,body .product-detail-content #product-information .product-type .selector-wrapper label,body ._product-type-popup .selector-wrapper label,body .modal-content .modal-body .variants-wrapper .selector-wrapper label,body ._quantity-wrapper-general .wrapper-title,body ._quantity-wrapper .wrapper-title,body .product-detail-content #product-information .quantity-wrapper .wrapper-title,body ._quantity-wrapper-popup .wrapper-title,body .modal-content .modal-body .quantity-wrapper .wrapper-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px
}

body ._product-type-general .selector-wrapper,body ._product-type .selector-wrapper,body .product-detail-content #product-information .product-type .selector-wrapper,body ._product-type-popup .selector-wrapper,body .modal-content .modal-body .variants-wrapper .selector-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body ._product-type-general .selector-wrapper label,body ._product-type .selector-wrapper label,body .product-detail-content #product-information .product-type .selector-wrapper label,body ._product-type-popup .selector-wrapper label,body .modal-content .modal-body .variants-wrapper .selector-wrapper label {
    width: 80px
}

body ._product-type-general .selector-wrapper select,body ._product-type .selector-wrapper select,body .product-detail-content #product-information .product-type .selector-wrapper select,body ._product-type-popup .selector-wrapper select,body .modal-content .modal-body .variants-wrapper .selector-wrapper select {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    text-align: center;
    box-shadow: none
}

body ._product-type .selector-wrapper,body .product-detail-content #product-information .product-type .selector-wrapper {
    margin-bottom: 30px
}

body ._product-type .selector-wrapper label,body .product-detail-content #product-information .product-type .selector-wrapper label {
    line-height: 48px;
    height: 48px
}

body ._product-type .selector-wrapper select,body .product-detail-content #product-information .product-type .selector-wrapper select {
    width: 190px;
    height: 48px;
    text-transform: capitalize
}

body ._product-type-popup .selector-wrapper label,body .modal-content .modal-body .variants-wrapper .selector-wrapper label {
    line-height: 30px;
    height: 30px;
    width: 90px;
    font-size: 12px
}

body ._product-type-popup .selector-wrapper select,body .modal-content .modal-body .variants-wrapper .selector-wrapper select {
    width: 120px;
    height: 30px;
    text-transform: capitalize
}

body .__btn-add-to-cart-general,body .__btn-add-to-cart,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart,body .__btn-add-to-cart-popup,body .modal-content .modal-body .add-to-cart {
    letter-spacing: 1px
}

body .__btn-add-to-cart-general .fa,body .__btn-add-to-cart .fa,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart .fa,body .__btn-add-to-cart-popup .fa,body .modal-content .modal-body .add-to-cart .fa {
    font-size: 13px;
    margin-right: 10px
}

body .__btn-add-to-cart,body .product-detail-content #product-information .purchase-section .purchase .add-to-cart {
    width: 190px;
    line-height: 38px
}

body .__btn-add-to-cart-popup,body .modal-content .modal-body .add-to-cart {
    height: 40px;
    line-height: 40px;
    width: auto
}

body ._quantity-wrapper-general .wrapper-title,body ._quantity-wrapper .wrapper-title,body .product-detail-content #product-information .quantity-wrapper .wrapper-title,body ._quantity-wrapper-popup .wrapper-title,body .modal-content .modal-body .quantity-wrapper .wrapper-title {
    width: 80px
}

body ._quantity-wrapper-general .wrapper,body ._quantity-wrapper .wrapper,body .product-detail-content #product-information .quantity-wrapper .wrapper,body ._quantity-wrapper-popup .wrapper,body .modal-content .modal-body .quantity-wrapper .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body ._quantity-wrapper-general .wrapper input[type="text"],body ._quantity-wrapper .wrapper input[type="text"],body .product-detail-content #product-information .quantity-wrapper .wrapper input[type="text"],body ._quantity-wrapper-popup .wrapper input[type="text"],body .modal-content .modal-body .quantity-wrapper .wrapper input[type="text"] {
    height: 100%;
    padding: 5px
}

body ._quantity-wrapper .wrapper,body .product-detail-content #product-information .quantity-wrapper .wrapper {
    height: 48px;
    width: 48px;
    position: relative;
    border: 1px solid #222;
    margin-right: 10px
}

body ._quantity-wrapper .wrapper input[type="text"],body .product-detail-content #product-information .quantity-wrapper .wrapper input[type="text"] {
    text-align: center;
    max-width: 100%;
    width: 100%;
    border-width: 0px
}

@media (max-width: 767px) {
    body ._quantity-wrapper .wrapper,body .product-detail-content #product-information .quantity-wrapper .wrapper {
        margin-right: 5px
    }
}

body ._quantity-wrapper .qty-down,body .product-detail-content #product-information .quantity-wrapper .qty-down,body ._quantity-wrapper .qty-up,body .product-detail-content #product-information .quantity-wrapper .qty-up {
    width: 48px;
    height: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 48px;
    display: none
}

body ._quantity-wrapper .qty-down,body .product-detail-content #product-information .quantity-wrapper .qty-down {
    left: 0
}

body ._quantity-wrapper .qty-up,body .product-detail-content #product-information .quantity-wrapper .qty-up {
    right: 0
}

body ._quantity-wrapper-popup,body .modal-content .modal-body .quantity-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body ._quantity-wrapper-popup .wrapper-title,body .modal-content .modal-body .quantity-wrapper .wrapper-title {
    width: 90px;
    font-size: 12px
}

body ._quantity-wrapper-popup .wrapper,body .modal-content .modal-body .quantity-wrapper .wrapper {
    position: relative;
    width: 120px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0
}

body ._quantity-wrapper-popup .wrapper input[type="text"],body .modal-content .modal-body .quantity-wrapper .wrapper input[type="text"] {
    text-align: center;
    width: 100%
}

body ._quantity-wrapper-popup .wrapper .qty-down,body .modal-content .modal-body .quantity-wrapper .wrapper .qty-down,body ._quantity-wrapper-popup .wrapper .qty-up,body .modal-content .modal-body .quantity-wrapper .wrapper .qty-up {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0
}

body ._quantity-wrapper-popup .wrapper .qty-down .fa,body .modal-content .modal-body .quantity-wrapper .wrapper .qty-down .fa,body ._quantity-wrapper-popup .wrapper .qty-up .fa,body .modal-content .modal-body .quantity-wrapper .wrapper .qty-up .fa {
    font-size: 10px;
    line-height: 28px
}

body ._quantity-wrapper-popup .wrapper .qty-down,body .modal-content .modal-body .quantity-wrapper .wrapper .qty-down {
    left: 0;
    border-right: 1px dotted #ebebeb
}

body ._quantity-wrapper-popup .wrapper .qty-up,body .modal-content .modal-body .quantity-wrapper .wrapper .qty-up {
    right: 0;
    border-left: 1px dotted #ebebeb
}

body .__btn-slider_general .owl-prev,body .product-detail-content #product-image .owl-controls .owl-prev,body .__btn-slider_general .owl-next,body .product-detail-content #product-image .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-image: none !important;
    color: #222;
    border-color: #ebebeb;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px
}

body .__btn-slider_general .owl-prev .fa,body .product-detail-content #product-image .owl-controls .owl-prev .fa,body .__btn-slider_general .owl-next .fa,body .product-detail-content #product-image .owl-controls .owl-next .fa {
    color: #222;
    font-size: 20px;
    line-height: 38px
}

@media (min-width: 1200px) {
    body .__btn-slider_general .owl-prev,body .product-detail-content #product-image .owl-controls .owl-prev,body .__btn-slider_general .owl-next,body .product-detail-content #product-image .owl-controls .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .__btn-slider_general .owl-prev:hover,body .product-detail-content #product-image .owl-controls .owl-prev:hover,body .__btn-slider_general .owl-next:hover,body .product-detail-content #product-image .owl-controls .owl-next:hover {
        color: #fff;
        border-color: #a29e9e;
        background-color: #a29e9e
    }

    body .__btn-slider_general .owl-prev:hover .fa,body .product-detail-content #product-image .owl-controls .owl-prev:hover .fa,body .__btn-slider_general .owl-next:hover .fa,body .product-detail-content #product-image .owl-controls .owl-next:hover .fa {
        color: #fff
    }
}

body .__btn-slider_general .owl-prev .fa,body .product-detail-content #product-image .owl-controls .owl-prev .fa,body .__btn-slider_general .owl-next .fa,body .product-detail-content #product-image .owl-controls .owl-next .fa {
    font-size: 18px
}

body .__btn-slider_general .owl-next,body .product-detail-content #product-image .owl-controls .owl-next {
    right: 15px
}

body .__btn-slider_general .owl-prev,body .product-detail-content #product-image .owl-controls .owl-prev {
    left: 15px
}

body .modal-content .modal-header {
    border-bottom: 0
}

body .modal-content .modal-body .swatch {
    display: none
}

body .modal-content .modal-body #quick-shop-title {
    font-size: 16px
}

body .modal-content .modal-body .detail-price {
    margin-bottom: 10px
}

body .modal-content .modal-body .description {
    margin-bottom: 15px
}

body .modal-content .modal-body .variants-wrapper {
    margin-bottom: 30px
}

body .modal-content .product-image {
    overflow: hidden
}

body .modal-content .product-image .show-image-load-inner {
    text-align: center;
    height: 120px;
    line-height: 120px
}

body .modal-content .product-image .show-image-load-inner .fa {
    color: #000000
}

body .modal-content .product-image .product-image-thumb {
    margin-left: -3px;
    margin-right: -3px
}

body .modal-content .product-image .product-image-thumb .owl-item {
    padding: 6px 3px 6px !important
}

body .modal-content .product-image .product-image-thumb .owl-item a {
    display: block
}

body .modal-content .product-image .product-image-thumb .image-thumb {
    display: block;
    padding: 1px
}

body .modal-content .product-image .product-image-thumb .image-thumb.active {
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75)
}

body .modal-content .product-image .product-image-thumb .image-thumb.active img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

@media (min-width: 1200px) {
    body .modal-content .product-image .product-image-thumb .image-thumb {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .modal-content .product-image .product-image-thumb .image-thumb:hover {
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
        box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75)
    }

    body .modal-content .product-image .product-image-thumb .image-thumb:hover img {
        opacity: 0.4;
        filter: alpha(opacity=40)
    }
}

body .modal-content .product-image .product-image-thumb .owl-controls .owl-next,body .modal-content .product-image .product-image-thumb .owl-controls .owl-prev {
    height: 30px;
    width: 30px;
    line-height: 26px;
    margin-top: -15px
}

body .modal-content .product-image .product-image-thumb .owl-controls .owl-next .fa,body .modal-content .product-image .product-image-thumb .owl-controls .owl-prev .fa {
    font-size: 20px;
    line-height: 26px
}

body .modal-content .product-image .owl-controls {
    display: none
}

body .product-detail-content .detail-content.product-full-width {
    margin-top: 50px
}

@media (max-width: 767px) {
    body .product-detail-content .detail-content.product-full-width {
        margin-top: 30px
    }
}

body .product-detail-content .detail-content .detail-content-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 1199px) {
    body .product-detail-content .detail-content:not(.product-full-width) #product-image {
        width: 40%
    }

    body .product-detail-content .detail-content:not(.product-full-width) #product-information {
        width: 60%
    }
}

@media (max-width: 991px) {
    body .product-detail-content .detail-content #product-information {
        padding: 30px 15px 30px 15px
    }

    body .product-detail-content .detail-content:not(.product-full-width) #product-information,body .product-detail-content .detail-content:not(.product-full-width) #product-image {
        width: 100%
    }
}

body .product-detail-content .info-detail-pro {
    padding: 0;
    margin-bottom: 0
}

@media (max-width: 991px) {
    body .product-detail-content .info-detail-pro {
        margin-bottom: 7.5px
    }
}

body .product-detail-content #product-image {
    padding-left: 0
}

@media (max-width: 991px) {
    body .product-detail-content #product-image {
        padding-right: 0
    }
}

body .product-detail-content #product-image #featuted-image {
    margin-bottom: 30px
}

body .product-detail-content #product-image #featuted-image span {
    display: block !important
}

body .product-detail-content #product-image #gallery-images {
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

body .product-detail-content #product-image #gallery-images .gallery-images-inner .show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

body .product-detail-content #product-image #gallery-images .gallery-images-inner .show-image-load i {
    color: #000000
}

body .product-detail-content #product-image .image a.thumbnail {
    border-color: transparent;
    border-width: 0
}

body .product-detail-content #product-image .image a.thumbnail.active,body .product-detail-content #product-image .image a.thumbnail:focus,body .product-detail-content #product-image .image a.thumbnail:hover {
    border-color: transparent;
    border-width: 0
}

body .product-detail-content #product-image .image a {
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body .product-detail-content #product-image .image a.thumbnail.active,body .product-detail-content #product-image .image a.thumbnail:focus,body .product-detail-content #product-image .image a.thumbnail:hover {
    border-width: 0 !important
}

body .product-detail-content #product-image .image a img {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

body .product-detail-content #product-image .image.active a {
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75)
}

body .product-detail-content #product-image .image.active img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

@media (min-width: 1200px) {
    body .product-detail-content #product-image .image a {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .product-detail-content #product-image .image:hover img {
        opacity: 0.4;
        filter: alpha(opacity=40)
    }
}

body .product-detail-content #product-image .owl-stage .owl-item {
    padding-right: 15px;
    padding-left: 15px
}

body .product-detail-content #product-image .owl-controls {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

@media (min-width: 1200px) {
    body .product-detail-content #product-image .owl-controls {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .product-detail-content #product-image:hover .owl-controls {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .product-detail-content #product-information .title {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 400
}

body .product-detail-content #product-information .purchase-section {
    float: left
}

body .product-detail-content #product-information .purchase-section .purchase {
    float: left;
    margin-right: 10px
}

@media (max-width: 767px) {
    body .product-detail-content #product-information .purchase-section .purchase {
        margin-right: 5px
    }
}

body .product-detail-content #product-information .product-wishlist {
    float: left
}

body .product-detail-content #product-information .product-wishlist .wishlist-added {
    display: none
}

body .product-detail-content #product-information .product-wishlist .__addtowishlist_general,body .product-detail-content #product-information .product-wishlist .non-user,body .product-detail-content #product-information .product-wishlist .wishlist-added>a,body .product-detail-content #product-information .product-wishlist .wish-list.wl-added {
    display: block;
    border-style: solid;
    border-width: 1px;
    height: 48px;
    width: 48px;
    text-align: center;
    padding: 0;
    border-radius: 5px
}

body .product-detail-content #product-information .product-wishlist .__addtowishlist_general .fa,body .product-detail-content #product-information .product-wishlist .non-user .fa,body .product-detail-content #product-information .product-wishlist .wishlist-added>a .fa,body .product-detail-content #product-information .product-wishlist .wish-list.wl-added .fa {
    line-height: 48px
}

body .product-detail-content #product-information .product-wishlist .non-user {
    color: #e0493e;
    border-color: #e0493e;
    background-color: #fff
}

body .product-detail-content #product-information .product-wishlist .non-user .fa {
    color: #e0493e
}

body .product-detail-content #product-information .product-wishlist .wish-list.wl-added {
    border-color: #000000
}

body .product-detail-content #product-information .product-wishlist .wish-list.wl-added .fa {
    color: #000000
}

body .product-detail-content #product-information .product-wishlist .wish-list.wl-added:hover {
    border-color: #000000
}

body .product-detail-content #product-information .product-wishlist .wish-list.wl-added:hover .fa {
    color: #000000
}

@media (max-width: 420px) {
    body .product-detail-content #product-information .product-wishlist {
        width: 100%;
        margin-top: 10px
    }
}

body .product-detail-content #product-information .rating-star {
    margin-bottom: 0px
}

body .product-detail-content #product-information .rating-star span {
    color: #555;
    text-transform: capitalize;
    font-size: 12px
}

body .product-detail-content #product-information .rating-star .spr-starrating {
    margin-right: 10px
}

body .product-detail-content #product-information .rating-star .spr-starrating i {
    margin-right: 2px;
    font-size: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .product-detail-content #product-information .vendor_group {
    margin-bottom: 30px;
    font-family: Poppins;
    font-style: italic
}

body .product-detail-content #product-information .vendor_group span {
    display: block;
    color: #333;
    margin-bottom: 5px
}

body .product-detail-content #product-information .product-type {
    margin-top: 10px;
    margin-bottom: 24px
}

body .product-detail-content #product-information .quantity-wrapper {
    float: left;
    margin-bottom: 20px
}

body .product-detail-content #product-information .supports-fontface {
    width: 100%;
    float: left;
    /*! padding-top: 30px; */
    /*! margin-top: 35px; */
    border-top: 1px dotted rgba(0,0,0,0.3)
}

body .product-detail-content .detail-content-inner {
    float: none
}

body #tabs-information {
    padding: 25px 30px 25px;
    margin-bottom: 25px;
    background-color: #fff
}

body #tabs-information .information_content {
    margin-bottom: 1px
}

body #tabs-information .information_content .panel-heading {
    border: 1px solid #ebebeb;
    text-transform: uppercase
}

body #tabs-information .information_content .panel-heading .panel-title {
    font-size: 12px;
    padding: 15px 25px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer
}

body #tabs-information .information_content .panel-heading .panel-title .fa {
    float: right
}

body #tabs-information .information_content .panel-collapse .panel-body p {
    margin-bottom: 10px
}

body #tabs-information .information_content .panel-collapse .panel-body p:last-child {
    margin-bottom: 0
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews {
    margin: 0
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-review-header-byline {
    font-style: normal;
    color: #898989;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-review-header-byline strong {
    font-weight: 400
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-icon {
    font-size: 12px;
    height: 20px
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-container {
    padding: 0 !important;
    border-width: 0
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-container .spr-header-title {
    font-weight: 500;
    color: #222;
    font-size: 12px
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-form-title {
    text-transform: uppercase;
    color: #222;
    font-weight: 500
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-review-content {
    font-family: Poppins;
    font-style: italic
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews textarea {
    height: 150px
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews input[type="submit"] {
    border-radius: 5px;
    float: left
}

body #tabs-information .information_content .panel-collapse#collapse_review .spr-summary-actions-newreview {
    float: none;
    margin-left: 7px;
    font-size: 12px;
    color: #000;
    text-decoration: underline
}

body #tabs-information .information_content .panel-collapse#collapse_review .spr-review-footer {
    text-align: left;
    float: left
}

body #tabs-information .information_content .panel-collapse#collapse_review .spr-review-footer a {
    color: #000;
    text-decoration: underline
}

body #tabs-information .information_content:last-child .panel-heading {
    border-bottom: 1px solid #ebebeb
}

@media (max-width: 1199px) {
    body #tabs-information {
        margin-bottom: 16.66667px
    }
}

@media (max-width: 991px) {
    body #tabs-information {
        padding: 15px
    }
}

body .related-products {
    background-color: #fff;
    padding: 0
}

body .related-products .owl-item .col-sm-12 {
    padding: 0
}

body .related-products .page-title {
    height: 46px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 2px solid #222;
    border-top: 0px;
    margin-bottom: 0;
    padding-top: 46px;
}

body .related-products .page-title:before {
    display: none
}

body .related-products .page-title span {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 25px;
    padding-right: 25px
}

body .related-products .content_product {
    border-right: 1px solid #ebebeb
}

body .related-products .product {
    margin-bottom: 0
}

body .related-products .owl-next,body .related-products .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-image: none !important;
    color: #222;
    border-color: #ebebeb;
    background-color: #fff;
    position: absolute;
    top: 0%;
    margin-top: -45px;
    width: 43px;
    height: 43px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .related-products .owl-next .fa,body .related-products .owl-prev .fa {
    color: #222;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 1200px) {
    body .related-products .owl-next,body .related-products .owl-prev {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .related-products .owl-next:hover,body .related-products .owl-prev:hover {
        color: #fff;
        border-color: #a29e9e;
        background-color: #a29e9e
    }

    body .related-products .owl-next:hover .fa,body .related-products .owl-prev:hover .fa {
        color: #fff
    }
}

body .related-products .owl-next .fa,body .related-products .owl-prev .fa {
    line-height: 43px
}

@media (min-width: 1200px) {
    body .related-products .owl-next,body .related-products .owl-prev {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

@media (max-width: 540px) {
    body .related-products .owl-next,body .related-products .owl-prev {
        margin-top: 0px;
        top: 0;
        border-bottom-width: 1px
    }
}

body .related-products .owl-next {
    right: 0px;
    left: auto
}

body .related-products .owl-prev {
    right: 0;
    left: auto;
    margin-right: 43px
}

body .related-products:hover .owl-next,body .related-products:hover .owl-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .product_banner_bottom {
    width: 100%;
    float: left
}

body .__table,body table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-bottom: 60px;
    font-family: Montserrat
}

body .__table thead th,body table thead th {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    color: #222;
    font-family: Montserrat
}

body .__table thead th:nth-child(1),body table thead th:nth-child(1) {
    border-left: 1px solid #ebebeb
}

body .__table thead th:last-child,body table thead th:last-child {
    border-right: 1px solid #ebebeb
}

body .__table tbody td,body table tbody td {
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    font-size: 14px;
    font-family: Montserrat !important;
    text-align: center
}

body .__table tbody td:nth-child(1),body table tbody td:nth-child(1) {
    border-left: 1px solid #ebebeb
}

body .__table tbody td:last-child,body table tbody td:last-child {
    border-right: 1px solid #ebebeb;
    text-align: center
}

@media (max-width: 767px) {
    body .__table tbody td:last-child,body table tbody td:last-child {
        border-right: 0
    }
}

body .__table tfoot td,body table tfoot td {
    padding: 15px
}

body .__table tfoot td.td-label,body table tfoot td.td-label {
    text-align: right;
    font-weight: 500;
    color: #222
}

body .__table tfoot td.total-action,body table tfoot td.total-action {
    text-align: right
}

body .__table .btn,body table .btn,body .__table .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .__table button,body table .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist table button,body .__table .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .__table .get-rates,body table .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input table .get-rates,body .__table .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .__table #view_address,body table .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar table #view_address,body .__table .group-form-address .add-new-address,body .group-form-address .__table .add-new-address,body table .group-form-address .add-new-address,body .group-form-address table .add-new-address,body .__table .customer_address_table .add-new-address,body .customer_address_table .__table .add-new-address,body table .customer_address_table .add-new-address,body .customer_address_table table .add-new-address {
    border-radius: 0px
}

body .__table .btn .fa,body table .btn .fa,body .__table .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .__table button .fa,body table .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist table button .fa,body .__table .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .__table .get-rates .fa,body table .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input table .get-rates .fa,body .__table .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .__table #view_address .fa,body table .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar table #view_address .fa,body .__table .group-form-address .add-new-address .fa,body .group-form-address .__table .add-new-address .fa,body table .group-form-address .add-new-address .fa,body .group-form-address table .add-new-address .fa,body .__table .customer_address_table .add-new-address .fa,body .customer_address_table .__table .add-new-address .fa,body table .customer_address_table .add-new-address .fa,body .customer_address_table table .add-new-address .fa {
    margin-right: 5px
}

@media (max-width: 767px) {
    body .__table-responsive thead,body table thead {
        display: none
    }

    body .__table-responsive tfoot td,body table tfoot td,body .__table-responsive tbody td,body table tbody td {
        text-align: left !important;
        width: 100%;
        display: block;
        padding-left: 140px !important;
        position: relative;
        border-width: 0;
        border-bottom-width: 1px !important
    }

    body .__table-responsive tfoot td:before,body table tfoot td:before,body .__table-responsive tbody td:before,body table tbody td:before {
        background-color: #ddd;
        width: 120px;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0
    }

    body .__table-responsive tfoot td:after,body table tfoot td:after,body .__table-responsive tbody td:after,body table tbody td:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
        padding-left: 20px;
        padding-right: 20px;
        text-transform: uppercase
    }

    body .__table-responsive tfoot tr:last-child td:last-child,body table tfoot tr:last-child td:last-child,body .__table-responsive tbody tr:last-child td:last-child,body table tbody tr:last-child td:last-child {
        border-bottom-width: 0px !important
    }

    body .__table-responsive tfoot td.title:after,body table tfoot td.title:after,body .__table-responsive tbody td.title:after,body table tbody td.title:after {
        content: 'title '
    }

    body .__table-responsive tfoot td.remove:after,body table tfoot td.remove:after,body .__table-responsive tbody td.remove:after,body table tbody td.remove:after {
        content: 'remove '
    }

    body .__table-responsive tfoot td.remove a,body table tfoot td.remove a,body .__table-responsive tbody td.remove a,body table tbody td.remove a {
        margin: 0 !important
    }

    body .__table-responsive tfoot td.button,body table tfoot td.button,body .__table-responsive tbody td.button,body table tbody td.button {
        text-align: left
    }

    body .__table-responsive tfoot td.button:after,body table tfoot td.button:after,body .__table-responsive tbody td.button:after,body table tbody td.button:after {
        content: 'button'
    }

    body .__table-responsive tfoot td.price:after,body table tfoot td.price:after,body .__table-responsive tbody td.price:after,body table tbody td.price:after {
        content: 'price'
    }

    body .__table-responsive tfoot td.total,body table tfoot td.total,body .__table-responsive tbody td.total,body table tbody td.total {
        text-align: left
    }

    body .__table-responsive tfoot td.total:after,body table tfoot td.total:after,body .__table-responsive tbody td.total:after,body table tbody td.total:after {
        content: 'total'
    }

    body .__table-responsive tfoot td.quantity:after,body table tfoot td.quantity:after,body .__table-responsive tfoot td.qty:after,body table tfoot td.qty:after,body .__table-responsive tbody td.quantity:after,body table tbody td.quantity:after,body .__table-responsive tbody td.qty:after,body table tbody td.qty:after {
        content: 'quantity'
    }

    body .__table-responsive tfoot td.td-note:after,body table tfoot td.td-note:after,body .__table-responsive tbody td.td-note:after,body table tbody td.td-note:after {
        content: 'note'
    }

    body .__table-responsive tfoot td.sku:after,body table tfoot td.sku:after,body .__table-responsive tbody td.sku:after,body table tbody td.sku:after {
        content: 'sku'
    }

    body .__table-responsive tfoot td.money:after,body table tfoot td.money:after,body .__table-responsive tbody td.money:after,body table tbody td.money:after {
        content: 'money'
    }

    body .__table-responsive tfoot td.td-label,body table tfoot td.td-label,body .__table-responsive tbody td.td-label,body table tbody td.td-label {
        display: none
    }

    body .__table-responsive tfoot td.subtotal:after,body table tfoot td.subtotal:after,body .__table-responsive tbody td.subtotal:after,body table tbody td.subtotal:after {
        content: 'subtotal'
    }

    body .__table-responsive tfoot td.shipping:after,body table tfoot td.shipping:after,body .__table-responsive tbody td.shipping:after,body table tbody td.shipping:after {
        content: 'shipping'
    }

    body .__table-responsive tfoot td.vat:after,body table tfoot td.vat:after,body .__table-responsive tbody td.vat:after,body table tbody td.vat:after {
        content: 'vat'
    }

    body .__table-responsive tfoot td.td-authorized:after,body table tfoot td.td-authorized:after,body .__table-responsive tbody td.td-authorized:after,body table tbody td.td-authorized:after {
        content: 'authorized'
    }

    body .__table-responsive tfoot td.td-unfulfilled:after,body table tfoot td.td-unfulfilled:after,body .__table-responsive tbody td.td-unfulfilled:after,body table tbody td.td-unfulfilled:after {
        content: 'unfulfilled'
    }

    body .__table-responsive tfoot,body table tfoot {
        border-top: 1px solid #ebebeb
    }
}

body table.cart-items .quantity-wrapper input[type="text"] {
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

body table.cart-items td.remove a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    display: block;
    margin: 0 auto;
    text-align: center
}

body table.cart-items td.remove a .fa {
    font-size: 12px;
    line-height: 28px
}

body .cart-inner .group-checkout-input {
    background-color: #fff;
    padding-top: 30px;
    width: 100%;
    float: left
}

body .cart-inner .group-checkout-input label {
    text-transform: uppercase
}

body .cart-inner .group-checkout-input h3,body .cart-inner .group-checkout-input .h3 {
    text-transform: uppercase;
    font-weight: 500
}

body .cart-inner .group-checkout-input select,body .cart-inner .group-checkout-input input {
    height: 40px;
    line-height: 40px
}

body .cart-inner .group-checkout-input select:not(.btn),body .cart-inner .group-checkout-input input:not(.btn) {
    width: 100%
}

body .cart-inner .group-checkout-input .checkout-buttons {
    margin-bottom: 50px
}

body .cart-inner .cart-buttons {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0px 15px 30px
}

body #customer-order h1,body #customer-order .h1 {
    font-size: 14px
}

body #customer-order .group_order>div {
    margin-bottom: 20px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

body #customer-order .group_order>div p {
    margin-bottom: 5px
}

body #customer-order .group_order h2,body #customer-order .group_order .h2 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

body .account-content {
    margin-bottom: 50px
}

body .account-content .account-content-inner #customer-account {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-top: 30px
}

@media (max-width: 991px) {
    body .account-content #customer-account #customer_sidebar .sb-title {
        font-size: 16px
    }
}

body .account-content #customer-account #customer_sidebar .sb-group>p {
    margin-bottom: 5px
}

body .account-content #customer-account #customer_sidebar .sb-group .customer-name {
    font-weight: 500
}

body .account-content #customer-account #customer_sidebar .sb-group .address>p {
    margin-bottom: 5px
}

body .account-content #customer-account #customer_sidebar #view_address {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 20px 0 30px
}

body .account-content #customer-account #customer_sidebar #view_address .fa {
    margin-left: 5px;
    margin-right: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
    body .account-content #customer-account #customer_sidebar #view_address {
        font-size: 11px
    }
}

body .group-form-address {
    width: 100%;
    float: left
}

body .group-form-address #add_address_title {
    display: none !important
}

body .group-form-address>.col-md-6 {
    padding: 0
}

body .group-form-address .add-new-address {
    border-radius: 5px;
    margin-bottom: 30px
}

body .group-form-address .customer_address {
    margin-bottom: 30px
}

body .customer_address_table {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px
}

body .customer_address_table .label {
    padding: 0;
    display: block;
    text-align: left
}

body .customer_address_table .label label {
    color: #898989
}

body .customer_address_table .value {
    margin-bottom: 15px
}

body .customer_address_table .value select,body .customer_address_table .value input[type="text"] {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

body .customer_address_table .value input[type="checkbox"] {
    margin-top: 0;
    margin-right: 5px;
    padding: 10px
}

body .customer_address_table .add-new-address {
    padding: 0px 20px;
    margin-bottom: 40px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: -1px
}

body .customer_address_table .action_bottom {
    margin-bottom: 60px
}

body .customer_address_table .action_bottom .btn,body .customer_address_table .action_bottom .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .customer_address_table .action_bottom button,body .customer_address_table .action_bottom .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .customer_address_table .action_bottom .get-rates,body .customer_address_table .action_bottom .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .customer_address_table .action_bottom #view_address,body .customer_address_table .action_bottom .add-new-address {
    height: 40px;
    line-height: 40px
}

body .group-form-address .action_bottom .btn,body .group-form-address .action_bottom .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .group-form-address .action_bottom button,body .group-form-address .action_bottom .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .group-form-address .action_bottom .get-rates,body .group-form-address .action_bottom .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .group-form-address .action_bottom #view_address,body .group-form-address .action_bottom .add-new-address,body #customer-addresses .action_bottom .btn,body #customer-addresses .action_bottom .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist #customer-addresses .action_bottom button,body #customer-addresses .action_bottom .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input #customer-addresses .action_bottom .get-rates,body #customer-addresses .action_bottom .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar #customer-addresses .action_bottom #view_address,body #customer-addresses .action_bottom .group-form-address .add-new-address,body .group-form-address #customer-addresses .action_bottom .add-new-address,body #customer-addresses .action_bottom .customer_address_table .add-new-address,body .customer_address_table #customer-addresses .action_bottom .add-new-address {
    border-radius: 5px
}

body #customer-addresses {
    margin-left: -15px;
    margin-right: -15px
}

body #customer-addresses #address_tables .address_table {
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    padding: 20px;
    background-color: #fff
}

body #customer-addresses #address_tables .address_table .group-title {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    height: auto;
    background-color: #ebebeb;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px
}

body #customer-addresses #address_tables .address_table .group-title .address_title {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #222;
    min-height: 40px
}

body #customer-addresses #address_tables .address_table .group-title .address_actions {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 40px;
    margin-bottom: 0
}

body #customer-addresses #address_tables .address_table .group-title .address_actions span {
    margin-right: 10px
}

body #customer-addresses #address_tables .address_table .group-title .address_actions span a {
    font-weight: 300
}

body #customer-addresses #address_tables .address_table .group-title .address_actions .action_edit a {
    color: green
}

body #customer-addresses #address_tables .address_table .group-title .address_actions .action_delete a {
    color: red
}

@media (max-width: 1199px) {
    body #customer-addresses #address_tables .address_table .group-title {
        height: auto
    }

    body #customer-addresses #address_tables .address_table .group-title .address_actions {
        position: static;
        padding-left: 20px;
        padding-right: 20px
    }
}

body #customer-addresses #address_tables .address_table .view_address {
    padding-top: 20px
}

body #customer-addresses #address_tables .address_table .view_address .cs-name {
    color: #222;
    text-transform: uppercase;
    font-weight: 500
}

body #customer-addresses #address_tables .address_table .view_address p {
    margin-bottom: 5px
}

body #newsletter-popup .nl-wraper-popup {
    width: 700px;
    padding: 0px;
    margin: 0px auto;
    background-color: #fff;
    color: #222;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -185px;
    z-index: 999
}

body #newsletter-popup .nl-wraper-popup .popup-image {
    float: left;
    width: 34%
}

@media (max-width: 767px) {
    body #newsletter-popup .nl-wraper-popup .popup-image {
        text-align: center
    }
}

@media (max-width: 600px) {
    body #newsletter-popup .nl-wraper-popup .popup-image {
        padding: 40px 0;
        padding-top: 50px;
        padding-bottom: 0;
        width: 100%
    }
}

body #newsletter-popup .nl-wraper-popup form {
    font-size: 14px;
    text-align: left;
    float: left;
    width: 66%;
    padding: 20px 40px 20px 20px;
    color: #898989
}

body #newsletter-popup .nl-wraper-popup form h4,body #newsletter-popup .nl-wraper-popup form .h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    body #newsletter-popup .nl-wraper-popup form {
        margin-top: 0px;
        padding-right: 20px
    }
}

@media (max-width: 600px) {
    body #newsletter-popup .nl-wraper-popup form {
        width: 100%
    }
}

body #newsletter-popup .nl-wraper-popup .group_input {
    position: relative;
    padding-right: 108px;
    margin-top: 30px;
    background-color: #fff
}

body #newsletter-popup .nl-wraper-popup .group_input button.btn,body #newsletter-popup .nl-wraper-popup .group_input .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist #newsletter-popup .nl-wraper-popup .group_input button,body #newsletter-popup .nl-wraper-popup .group_input .cart-inner .group-checkout-input button.get-rates,body .cart-inner .group-checkout-input #newsletter-popup .nl-wraper-popup .group_input button.get-rates,body #newsletter-popup .nl-wraper-popup .group_input .account-content #customer-account #customer_sidebar button#view_address,body .account-content #customer-account #customer_sidebar #newsletter-popup .nl-wraper-popup .group_input button#view_address,body #newsletter-popup .nl-wraper-popup .group_input .group-form-address button.add-new-address,body .group-form-address #newsletter-popup .nl-wraper-popup .group_input button.add-new-address,body #newsletter-popup .nl-wraper-popup .group_input .customer_address_table button.add-new-address,body .customer_address_table #newsletter-popup .nl-wraper-popup .group_input button.add-new-address {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border-width: 1px;
    margin-right: 0 !important;
    border-radius: 0
}

body #newsletter-popup .nl-wraper-popup .group_input .form-control {
    border-width: 1pxpx;
    height: 40px;
    line-height: 40px;
    width: 100% !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media (max-width: 767px) {
    body #newsletter-popup .nl-wraper-popup .group_input {
        padding-right: 105px
    }
}

body #newsletter-popup .nl-wraper-popup .nl-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0;
    text-align: center
}

body #newsletter-popup .nl-wraper-popup .nl-popup-close i.fa {
    color: #000;
    line-height: 30px
}

@media (min-width: 1200px) {
    body #newsletter-popup .nl-wraper-popup .nl-popup-close i.fa:hover {
        color: #000000
    }
}

body #newsletter-popup .nl-wraper-popup #popup-hide {
    margin-top: 20px
}

body #newsletter-popup .nl-wraper-popup #popup-hide #mc-popup-hide {
    vertical-align: -4px
}

@media (max-width: 767px) {
    body #newsletter-popup .nl-wraper-popup {
        width: 90%;
        margin: 0 5%
    }
}

body .popup-pro-wrapper {
    z-index: 999
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 20%;
    width: 900px;
    height: 350px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-overlay {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #ffffff;
    min-height: 350px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box>div {
    padding: 20px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-left {
    width: 40%;
    border-right: 1px solid #ebebeb
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right {
    width: 60%
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-note {
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
    line-height: 26px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-note .cirle {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(226,95,63,0.5);
    padding: 0px;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-width: 0
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-note .cirle i.fa {
    color: #000
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-note a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-number-product {
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-subtotal span {
    font-weight: 500;
    font-size: 30px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions {
    margin-top: 100px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .btn,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions button,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .get-rates,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions #view_address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .group-form-address .add-new-address,body .group-form-address .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .add-new-address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .customer_address_table .add-new-address,body .customer_address_table .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .add-new-address {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    border-radius: 5px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .btn .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions button .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .get-rates .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions #view_address .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .group-form-address .add-new-address .fa,body .group-form-address .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .add-new-address .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .customer_address_table .add-new-address .fa,body .customer_address_table .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .add-new-address .fa {
    line-height: 38px;
    vertical-align: top
}

@media (max-width: 991px) {
    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .btn,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions button,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .get-rates,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions #view_address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .group-form-address .add-new-address,body .group-form-address .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .add-new-address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .customer_address_table .add-new-address,body .customer_address_table .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .add-new-address {
        font-size: 11px;
        letter-spacing: -0.5px
    }
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .btn,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next button,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .get-rates,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next #view_address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .group-form-address .add-new-address,body .group-form-address .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .add-new-address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .customer_address_table .add-new-address,body .customer_address_table .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .add-new-address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .btn,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue button,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .get-rates,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue #view_address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .group-form-address .add-new-address,body .group-form-address .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .add-new-address,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .customer_address_table .add-new-address,body .customer_address_table .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .add-new-address {
    width: 100%;
    letter-spacing: 0;
    line-height: 38px;
    vertical-align: top
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue {
    float: left
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .btn .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue button .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .get-rates .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue #view_address .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .group-form-address .add-new-address .fa,body .group-form-address .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .add-new-address .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .customer_address_table .add-new-address .fa,body .customer_address_table .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue .add-new-address .fa {
    margin-right: 5px;
    margin-left: 0px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next {
    float: left
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .btn .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .product-detail-content #product-information .add-to-wishlist button .fa,body .product-detail-content #product-information .add-to-wishlist .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next button .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .cart-inner .group-checkout-input .get-rates .fa,body .cart-inner .group-checkout-input .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .get-rates .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .account-content #customer-account #customer_sidebar #view_address .fa,body .account-content #customer-account #customer_sidebar .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next #view_address .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .group-form-address .add-new-address .fa,body .group-form-address .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .add-new-address .fa,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .customer_address_table .add-new-address .fa,body .customer_address_table .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next .add-new-address .fa {
    margin-left: 5px;
    margin-right: 0px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .countDiv {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-right .countDiv span {
    font-weight: 500
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close {
    position: absolute;
    top: 0;
    left: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #fff;
    margin-left: 1px;
    cursor: pointer;
    padding: 0
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close i.fa {
    color: #fff;
    line-height: 26px;
    cursor: pointer
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-desc {
    text-align: left
}

body .popup-pro-wrapper .ajax-cart-image {
    padding-left: 0
}

body .popup-pro-wrapper .ajax-cart-product-title {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 15px
}

body .popup-pro-wrapper .ajax-cart-price {
    font-size: 20px;
    margin-bottom: 25px
}

body .popup-pro-wrapper .ajax-cart-price strong {
    font-weight: 500
}

body .popup-pro-wrapper .ajax-cart-variant {
    margin-bottom: 3px
}

body .popup-pro-wrapper .btn,body .popup-pro-wrapper .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .popup-pro-wrapper button,body .popup-pro-wrapper .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .popup-pro-wrapper .get-rates,body .popup-pro-wrapper .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .popup-pro-wrapper #view_address,body .popup-pro-wrapper .group-form-address .add-new-address,body .group-form-address .popup-pro-wrapper .add-new-address,body .popup-pro-wrapper .customer_address_table .add-new-address,body .customer_address_table .popup-pro-wrapper .add-new-address {
    border-width: 1px;
    height: 40px;
    line-height: 48px;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 991px) {
    body .popup-pro-wrapper .ajax-cart-modal-wrapper {
        width: 680px
    }

    body .popup-pro-wrapper .ajax-cart-product {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center
    }

    body .popup-pro-wrapper .ajax-cart-product .ajax-cart-image {
        width: 30%
    }

    body .popup-pro-wrapper .ajax-cart-product .ajax-cart-desc {
        width: 70%
    }
}

body .page-404-content {
    position: relative
}

body .page-404-content .page-404-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #424242
}

body .page-404-content .page-404-content-wrapper .page-404-content-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%
}

body .page-404-content .page-404-content-wrapper #page-404 {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    color: #fff;
    font-family: Montserrat
}

body .page-404-content .page-404-content-wrapper #page-404 .notfound-image {
    margin-bottom: 37px
}

@media (max-width: 1360px) {
    body .page-404-content .page-404-content-wrapper #page-404 .notfound-image img {
        max-width: 200px
    }
}

@media (max-width: 1199px) {
    body .page-404-content .page-404-content-wrapper #page-404 .notfound-image {
        margin-bottom: 15px
    }
}

@media (max-width: 991px) {
    body .page-404-content .page-404-content-wrapper #page-404 .notfound-image img {
        max-width: 150px
    }
}

@media (max-width: 767px) {
    body .page-404-content .page-404-content-wrapper #page-404 .notfound-image img {
        max-width: 50px
    }
}

body .page-404-content .page-404-content-wrapper #page-404 .page-404-title {
    margin-bottom: 8px;
    font-size: 200px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1em
}

@media (max-width: 1360px) {
    body .page-404-content .page-404-content-wrapper #page-404 .page-404-title {
        font-size: 100px;
        margin-bottom: 0px
    }
}

@media (max-width: 991px) {
    body .page-404-content .page-404-content-wrapper #page-404 .page-404-title {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    body .page-404-content .page-404-content-wrapper #page-404 .page-404-title {
        margin-bottom: 5px
    }
}

@media (max-width: 425px) {
    body .page-404-content .page-404-content-wrapper #page-404 .page-404-title {
        font-size: 30px
    }
}

body .page-404-content .page-404-content-wrapper #page-404 h2,body .page-404-content .page-404-content-wrapper #page-404 .h2 {
    font-size: 54px;
    text-transform: capitalize;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    body .page-404-content .page-404-content-wrapper #page-404 h2,body .page-404-content .page-404-content-wrapper #page-404 .h2 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    body .page-404-content .page-404-content-wrapper #page-404 h2,body .page-404-content .page-404-content-wrapper #page-404 .h2 {
        font-size: 20px;
        margin-bottom: 10px
    }
}

body .page-404-content .page-404-content-wrapper #page-404 p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 85px
}

@media (max-width: 1360px) {
    body .page-404-content .page-404-content-wrapper #page-404 p {
        margin-bottom: 40px
    }
}

@media (max-width: 1199px) {
    body .page-404-content .page-404-content-wrapper #page-404 p {
        margin-bottom: 25px
    }
}

@media (max-width: 991px) {
    body .page-404-content .page-404-content-wrapper #page-404 p {
        font-size: 13px;
        margin-bottom: 15px
    }
}

@media (max-width: 520px) {
    body .page-404-content .page-404-content-wrapper #page-404 p.subtext {
        display: none
    }
}

body .page-404-content .page-404-content-wrapper #page-404 .btn,body .page-404-content .page-404-content-wrapper #page-404 .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .page-404-content .page-404-content-wrapper #page-404 button,body .page-404-content .page-404-content-wrapper #page-404 .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .page-404-content .page-404-content-wrapper #page-404 .get-rates,body .page-404-content .page-404-content-wrapper #page-404 .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .page-404-content .page-404-content-wrapper #page-404 #view_address,body .page-404-content .page-404-content-wrapper #page-404 .group-form-address .add-new-address,body .group-form-address .page-404-content .page-404-content-wrapper #page-404 .add-new-address,body .page-404-content .page-404-content-wrapper #page-404 .customer_address_table .add-new-address,body .customer_address_table .page-404-content .page-404-content-wrapper #page-404 .add-new-address {
    height: 40px;
    line-height: 38px;
    background-color: #ffffff;
    color: #212121
}

body .page-404-content .page-404-content-wrapper #page-404 .btn:hover,body .page-404-content .page-404-content-wrapper #page-404 .product-detail-content #product-information .add-to-wishlist button:hover,body .product-detail-content #product-information .add-to-wishlist .page-404-content .page-404-content-wrapper #page-404 button:hover,body .page-404-content .page-404-content-wrapper #page-404 .cart-inner .group-checkout-input .get-rates:hover,body .cart-inner .group-checkout-input .page-404-content .page-404-content-wrapper #page-404 .get-rates:hover,body .page-404-content .page-404-content-wrapper #page-404 .account-content #customer-account #customer_sidebar #view_address:hover,body .account-content #customer-account #customer_sidebar .page-404-content .page-404-content-wrapper #page-404 #view_address:hover,body .page-404-content .page-404-content-wrapper #page-404 .group-form-address .add-new-address:hover,body .group-form-address .page-404-content .page-404-content-wrapper #page-404 .add-new-address:hover,body .page-404-content .page-404-content-wrapper #page-404 .customer_address_table .add-new-address:hover,body .customer_address_table .page-404-content .page-404-content-wrapper #page-404 .add-new-address:hover {
    background-color: #eaeaea
}

@media (max-width: 767px) {
    body .page-404-content .page-404-content-wrapper #page-404 .btn,body .page-404-content .page-404-content-wrapper #page-404 .product-detail-content #product-information .add-to-wishlist button,body .product-detail-content #product-information .add-to-wishlist .page-404-content .page-404-content-wrapper #page-404 button,body .page-404-content .page-404-content-wrapper #page-404 .cart-inner .group-checkout-input .get-rates,body .cart-inner .group-checkout-input .page-404-content .page-404-content-wrapper #page-404 .get-rates,body .page-404-content .page-404-content-wrapper #page-404 .account-content #customer-account #customer_sidebar #view_address,body .account-content #customer-account #customer_sidebar .page-404-content .page-404-content-wrapper #page-404 #view_address,body .page-404-content .page-404-content-wrapper #page-404 .group-form-address .add-new-address,body .group-form-address .page-404-content .page-404-content-wrapper #page-404 .add-new-address,body .page-404-content .page-404-content-wrapper #page-404 .customer_address_table .add-new-address,body .customer_address_table .page-404-content .page-404-content-wrapper #page-404 .add-new-address {
        height: 30px;
        line-height: 26px;
        text-transform: capitalize;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    body .page-404-content .page-404-content-wrapper #page-404 {
        padding-left: 20px;
        padding-right: 20px
    }
}

body .float-right-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    overflow: hidden
}

body .float-right-icon ul {
    list-style: none
}

body .float-right-icon #scroll-to-top {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #000000;
    color: #fff
}

body .float-right-icon #scroll-to-top:hover {
    cursor: pointer
}

body .float-right-icon #scroll-to-top.off {
    margin-right: -100px
}

@media (max-width: 767px) {
    body .float-right-icon {
        display: none
    }
}

body .__modal-content-wishlist-general,body .wishlist-login-model .modal-content,body .wishlist-model .modal-content {
    padding: 20px;
    position: relative
}

body .__modal-content-wishlist-general button.close,body .wishlist-login-model .modal-content button.close,body .wishlist-model .modal-content button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .__modal-content-wishlist-general button.close .fa,body .wishlist-login-model .modal-content button.close .fa,body .wishlist-model .modal-content button.close .fa {
    color: #000000
}

body .__modal-content-wishlist-general button.close:focus,body .wishlist-login-model .modal-content button.close:focus,body .wishlist-model .modal-content button.close:focus {
    outline: none
}

body .__modal-content-wishlist-general .modal-header .modal-title,body .wishlist-login-model .modal-content .modal-header .modal-title,body .wishlist-model .modal-content .modal-header .modal-title {
    color: #000000;
    font-size: 20px;
    text-align: center
}

body .__modal-content-wishlist-general .modal-body .text-center a,body .wishlist-login-model .modal-content .modal-body .text-center a,body .wishlist-model .modal-content .modal-body .text-center a {
    color: #000000;
    text-decoration: underline
}

body .wishlist-model .wishlist-product-name {
    color: #222;
    margin-top: 20px;
    text-transform: uppercase
}

body .wishlist-model .wishlist-product-name:hover {
    color: #000000
}

body #wishlist_remove-load,body .wishlist-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8)
}

body #wishlist_remove-load .fa,body .wishlist-loading .fa {
    color: #000000;
    margin: 0 auto
}

footer {
    color: #555;
    background-color: #fff;
    font-size: 14px;
    font-family: Poppins;
    padding-top: 30px
}

footer .footer-title {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    font-family: Poppins;
    margin-bottom: 17px
}

footer section.footer_service_block .footer_service_inner {
    margin-left: -15px;
    margin-right: -15px
}

footer section.footer_service_block .footer_service_content {
    padding: 36px 0 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

footer section.footer_service_block .footer_service_content .service_caption {
    line-height: 1.8em;
    font-family: Poppins;
    font-weight: 300
}

footer section.footer_service_block .footer_service_content .service_item {
    padding: 0 15px;
    margin-bottom: 30px
}

footer section.footer_service_block .footer_service_content .service_item.col-5 {
    width: 20%
}

@media (max-width: 991px) {
    footer section.footer_service_block .footer_service_content .service_item {
        width: 33.33333% !important
    }
}

@media (max-width: 600px) {
    footer section.footer_service_block .footer_service_content .service_item {
        width: 50% !important
    }
}

@media (max-width: 380px) {
    footer section.footer_service_block .footer_service_content .service_item {
        width: 100% !important
    }
}

footer section.footer_newsoc_block .footer_newsoc_content {
    background-color: #000000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 0
}

footer section.footer_newsoc_block .footer_newsoc_content .shop-title,footer section.footer_newsoc_block .footer_newsoc_content .newsletter-title {
    color: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content {
    color: #333;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 75%
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content .newsletter-title {
    padding-left: 45px;
    padding-right: 20px
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content .newsletter_caption {
    font-weight: 300
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 570px;
    height: 36px;
    line-height: 36px;
    float: none;
    margin: 0 auto
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .form-control {
    letter-spacing: 1px;
    font-size: 14px;
    background-color: #fff;
    text-transform: capitalize;
    color: #333;
    font-weight: 400;
    border-width: 0;
    padding: 0 20px;
    box-shadow: none;
    height: 100%
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .form-control:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .form-control::-webkit-input-placeholder {
    font-family: Poppins;
    font-weight: 300;
    text-transform: capitalize;
    color: #333;
    opacity: 1
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .form-control::-moz-placeholder {
    color: #333;
    opacity: 1;
    font-family: Poppins;
    font-weight: 300;
    text-transform: capitalize
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .form-control:-ms-input-placeholder {
    color: #333;
    opacity: 1;
    font-family: Poppins;
    font-weight: 300;
    text-transform: capitalize
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .form-control::-ms-input-placeholder {
    color: #333;
    opacity: 1;
    font-family: Poppins;
    font-weight: 300;
    text-transform: capitalize
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .btn_newsletter_send {
    background-color: #000;
    font-size: 14px;
    font-family: Poppins;
    color: #fff;
    border: 0;
    padding: 0 30px;
    height: 100%;
    line-height: 1em;
    letter-spacing: 2px
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .btn_newsletter_send:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 25%
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_icon {
    padding: 0 20px 0 30px
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_content {
    line-height: 1.7em;
    font-weight: 400
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_content .shop-title {
    font-size: 18px;
    font-weight: 500
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_content span,footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_content a {
    line-height: 0.7em;
    color: #fff
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_content span {
    display: block
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_content a:hover {
    text-decoration: underline
}

@media (max-width: 1199px) {
    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content {
        width: 70%
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form {
        width: 370px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content {
        width: 30%
    }
}

@media (max-width: 991px) {
    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content {
        width: 70%
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content .newsletter-title {
        padding-left: 20px;
        padding-right: 10px;
        font-size: 12px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form {
        width: 300px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form ::-webkit-input-placeholder {
        font-size: 12px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form ::-moz-placeholder {
        font-size: 12px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form :-ms-input-placeholder {
        font-size: 12px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form ::-ms-input-placeholder {
        font-size: 12px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content {
        width: 30%
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_icon {
        padding: 0 10px 0 20px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_content .shop-title {
        font-size: 14px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content .shop_content a {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content,footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content {
        width: 100%
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        padding-top: 20px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_shop_content {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        padding: 20px
    }
}

@media (max-width: 600px) {
    footer section.footer_newsoc_block .footer_newsoc_content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content .newsletter-title {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 16px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content .newsletter_content {
        width: 100%;
        padding: 0 20px
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content .newsletter_content form {
        width: 100%
    }

    footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content .btn_newsletter_send {
        font-size: 12px !important;
        padding: 0 15px !important
    }
}

footer section.footer_sopay_block {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    width: 100%;
    float: left
}

footer section.footer_sopay_block .col-sm-6 {
    padding: 0
}

footer section.footer_sopay_block .social_content>a {
    margin-right: 18px;
    font-size: 0
}

footer section.footer_sopay_block .social_content>a .fa {
    color: #e0e0e0;
    font-size: 15px;
    vertical-align: middle
}

footer section.footer_sopay_block .social_content>a:hover .fa {
    color: #000000
}

@media (max-width: 767px) {
    footer section.footer_sopay_block .social_content {
        text-align: center
    }
}

footer section.footer_sopay_block .payment_content {
    text-align: right
}

footer section.footer_sopay_block .payment_content .payment_list li {
    display: inline-block;
    *display: inline;
    zoom: 1
}

footer section.footer_sopay_block .payment_content .payment_list li svg {
    fill: #555;
    width: 40px;
    height: 20px
}

@media (max-width: 767px) {
    footer section.footer_sopay_block .payment_content {
        text-align: center;
        margin: 20px 0 5px
    }
}

footer section.footer_linklist_block {
    padding-top: 38px
}

footer section.footer_linklist_block .footer-title {
    margin-bottom: 14px
}

footer section.footer_linklist_block .footer_linklist_inner {
    margin-left: -15px;
    margin-right: -15px
}

footer section.footer_linklist_block .linklist_content .linklist_menu li {
    line-height: 2.1em
}

footer section.footer_linklist_block .linklist_content .linklist_menu li a {
    font-weight: 300
}

footer section.footer_linklist_block .linklist_content .linklist_menu li a:hover {
    color: #000000
}

@media (min-width: 768px) and (max-width: 1199px) {
    footer section.footer_linklist_block .linklist_item .footer-title {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    footer section.footer_linklist_block .footer_linklist_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer section.footer_linklist_block .footer_linklist_content .linklist_item {
        width: 50%;
        margin-bottom: 30px
    }

    footer section.footer_linklist_block .footer_linklist_content .linklist_item:nth-last-of-type(-n+2) {
        margin-bottom: 0
    }
}

@media (max-width: 425px) {
    footer section.footer_linklist_block .footer_linklist_content .linklist_item {
        width: 100%
    }

    footer section.footer_linklist_block .footer_linklist_content .linklist_item:nth-last-of-type(-n+2) {
        margin-bottom: 30px
    }

    footer section.footer_linklist_block .footer_linklist_content .linklist_item:last-child {
        margin-bottom: 0px
    }
}

footer section.copy-right {
    color: #555;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    padding: 26px 0 30px
}

footer section.copy-right .copy-right-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding-top: 30px
}

footer section.copy-right a {
    color: #555
}

footer section.copy-right a:hover {
    color: #e0493e
}

footer section.copy-right .footer_menu {
    width: 100%;
    margin-bottom: 20px
}

footer section.copy-right .footer_menu ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 1.7em
}

footer section.copy-right .footer_menu ul li .line {
    margin-left: 7px;
    margin-right: 2px
}

footer section.copy-right .social_content>a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ebebeb;
    display: inline-block;
    *display: inline;
    zoom: 1
}

footer section.copy-right .social_content>a:hover {
    border-color: #000000
}

footer section.copy-right .payment_list li {
    margin-left: 10px
}

footer section.copy-right .payment_list svg {
    width: 40px;
    height: 40px;
    fill: #555
}

footer section.copy-right .payment_list svg:hover {
    fill: #e0493e
}

footer section.copy-right .footer_copyright {
    font-size: 14px;
    line-height: 1.7em;
    width: 50%
}

footer section.copy-right .footer_bottom {
    width: 20%;
    text-align: left
}

footer section.copy-right .footer_payment {
    width: 30%;
    text-align: right
}

footer section.copy-right .footer_payment .payment_list li {
    display: inline-block;
    *display: inline;
    zoom: 1
}

@media (max-width: 1199px) {
    footer section.copy-right .footer_bottom,footer section.copy-right .footer_copyright,footer section.copy-right .footer_payment {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    footer section.copy-right .footer_payment {
        margin-bottom: 0
    }

    footer section.copy-right .footer_payment li:first-child {
        margin-left: 0
    }
}

._line {
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    display: block
}

.modal-body img {
    max-width: 100% !important
}

.dropdown-menu>li>a {
    font-weight: 300
}

.show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

.show-image-load i {
    color: #000000
}

.new-price {
 color:#ef837b;
 margin-right:.8rem
}

div.price {
  font-size: 15px; 
  /*! margin-right: 13% !important; */
  color: #000000 !important;
  font-weight: 500;
  justify-content: center;
  /*! font-weight: bold !important; */
}

span.price {
  font-size: 18px; }

.product-grid .product-item-container .price-old {
  float: left; }

.price {
  margin: 0;
  line-height: 16px;
  color: #222222;
  font-size: 16px;
  font-weight: 600; }
  .price .price-tax {
    color: #989898;
    font-weight: 400;
    font-size: 14px; }
  .price .old-price {
    /*! padding-right: 38px; */
    text-decoration: line-through;
    color: #989898;
    font-weight: 500;
    font-size: 12px;
    }
  .price span.price {
    color: #1b1b1b; }
  .price .new-price {
    color: #fe2424;
    font-size: 18px;
    font-weight: 600; }
  .price .callforprice {
    font-size: 12px;
    line-height: 100%; }
	
.bnnr {
height: 378px !important;
max-height:378px !important;
}
.gfirsat {
height: 316px !important;
max-height:316px !important;
}

@media screen and (max-device-width: 480px) and (orientation: portrait){
	
.bnnr {
height: 204px !important;
max-height:204px !important;
}
.gfirsat {
height: 316px !important;
max-height:316px !important;
}
body.index-template .index-section section {
    padding-bottom: 25px;
    margin-top: 10px;
}

}

.page-content {
margin-top: 20px;
margin-bottom: 20px;
}

.h6, h6 {
    font-size: 14px !important;
    height: 40px;
    line-height: 22px;
}
.butonok {
	margin-top:20px !important;
	width: 100%;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.md-form {
 position:relative;
 margin-top:1.5rem;
 margin-bottom:1.5rem
}


.md-form input:not([type]),
.md-form input[type=date]:not(.browser-default),
.md-form input[type=datetime]:not(.browser-default),
.md-form input[type=datetime-local]:not(.browser-default),
.md-form input[type=tel]:not(.browser-default),
.md-form input[type=number]:not(.browser-default),
.md-form input[type=search]:not(.browser-default),
.md-form input[type=phone]:not(.browser-default),
.md-form input[type=search-md],
.md-form input[type=text]:not(.browser-default),
.md-form input[type=password]:not(.browser-default),
.md-form input[type=email]:not(.browser-default),
.md-form input[type=url]:not(.browser-default),
.md-form input[type=time]:not(.browser-default),
.md-form textarea.md-textarea {
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
 background-color:transparent;
 border:none;
 border-bottom:1px solid #ced4da;
 border-radius:0;
 outline:0;
 -webkit-box-shadow:none;
 box-shadow:none;
 -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
.md-form input:not([type]):focus:not([readonly]),
.md-form input[type=date]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
.md-form input[type=number]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search]:not(.browser-default):focus:not([readonly]),
.md-form input[type=phone]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.md-form input[type=password]:not(.browser-default):focus:not([readonly]),
.md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.md-form input[type=url]:not(.browser-default):focus:not([readonly]),
.md-form input[type=time]:not(.browser-default):focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
 border-bottom:1px solid #4285f4;
 -webkit-box-shadow:0 1px 0 0 #4285f4;
 box-shadow:0 1px 0 0 #4285f4
}
.md-form input:not([type]):focus:not([readonly])+label,
.md-form input[type=date]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=tel]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=number]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=search]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=phone]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=search-md]:focus:not([readonly])+label,
.md-form input[type=text]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=password]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=email]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=url]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=time]:not(.browser-default):focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
 color:#4285f4
}
.md-form input:not([type])+label::after,
.md-form input[type=date]:not(.browser-default)+label::after,
.md-form input[type=datetime]:not(.browser-default)+label::after,
.md-form input[type=datetime-local]:not(.browser-default)+label::after,
.md-form input[type=tel]:not(.browser-default)+label::after,
.md-form input[type=number]:not(.browser-default)+label::after,
.md-form input[type=search]:not(.browser-default)+label::after,
.md-form input[type=phone]:not(.browser-default)+label::after,
.md-form input[type=search-md]+label::after,
.md-form input[type=text]:not(.browser-default)+label::after,
.md-form input[type=password]:not(.browser-default)+label::after,
.md-form input[type=email]:not(.browser-default)+label::after,
.md-form input[type=url]:not(.browser-default)+label::after,
.md-form input[type=time]:not(.browser-default)+label::after,
.md-form textarea.md-textarea+label::after {
 position:absolute;
 top:65px;
 display:block;
 content:"";
 opacity:0;
 -webkit-transition:.2s opacity ease-out,.2s color ease-out;
 transition:.2s opacity ease-out,.2s color ease-out
}
.md-form input:not([type]).valid,
.md-form input:not([type]):focus.valid,
.md-form input[type=date]:not(.browser-default).valid,
.md-form input[type=date]:not(.browser-default):focus.valid,
.md-form input[type=datetime]:not(.browser-default).valid,
.md-form input[type=datetime]:not(.browser-default):focus.valid,
.md-form input[type=datetime-local]:not(.browser-default).valid,
.md-form input[type=datetime-local]:not(.browser-default):focus.valid,
.md-form input[type=tel]:not(.browser-default).valid,
.md-form input[type=tel]:not(.browser-default):focus.valid,
.md-form input[type=number]:not(.browser-default).valid,
.md-form input[type=number]:not(.browser-default):focus.valid,
.md-form input[type=search]:not(.browser-default).valid,
.md-form input[type=search]:not(.browser-default):focus.valid,
.md-form input[type=phone]:not(.browser-default).valid,
.md-form input[type=phone]:not(.browser-default):focus.valid,
.md-form input[type=search-md].valid,
.md-form input[type=search-md]:focus.valid,
.md-form input[type=text]:not(.browser-default).valid,
.md-form input[type=text]:not(.browser-default):focus.valid,
.md-form input[type=password]:not(.browser-default).valid,
.md-form input[type=password]:not(.browser-default):focus.valid,
.md-form input[type=email]:not(.browser-default).valid,
.md-form input[type=email]:not(.browser-default):focus.valid,
.md-form input[type=url]:not(.browser-default).valid,
.md-form input[type=url]:not(.browser-default):focus.valid,
.md-form input[type=time]:not(.browser-default).valid,
.md-form input[type=time]:not(.browser-default):focus.valid,
.md-form textarea.md-textarea.valid,
.md-form textarea.md-textarea:focus.valid {
 border-bottom:1px solid #00c851;
 -webkit-box-shadow:0 1px 0 0 #00c851;
 box-shadow:0 1px 0 0 #00c851
}
.md-form input:not([type]).valid+label:after,
.md-form input:not([type]):focus.valid+label:after,
.md-form input[type=date]:not(.browser-default).valid+label:after,
.md-form input[type=date]:not(.browser-default):focus.valid+label:after,
.md-form input[type=datetime]:not(.browser-default).valid+label:after,
.md-form input[type=datetime]:not(.browser-default):focus.valid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).valid+label:after,
.md-form input[type=datetime-local]:not(.browser-default):focus.valid+label:after,
.md-form input[type=tel]:not(.browser-default).valid+label:after,
.md-form input[type=tel]:not(.browser-default):focus.valid+label:after,
.md-form input[type=number]:not(.browser-default).valid+label:after,
.md-form input[type=number]:not(.browser-default):focus.valid+label:after,
.md-form input[type=search]:not(.browser-default).valid+label:after,
.md-form input[type=search]:not(.browser-default):focus.valid+label:after,
.md-form input[type=phone]:not(.browser-default).valid+label:after,
.md-form input[type=phone]:not(.browser-default):focus.valid+label:after,
.md-form input[type=search-md].valid+label:after,
.md-form input[type=search-md]:focus.valid+label:after,
.md-form input[type=text]:not(.browser-default).valid+label:after,
.md-form input[type=text]:not(.browser-default):focus.valid+label:after,
.md-form input[type=password]:not(.browser-default).valid+label:after,
.md-form input[type=password]:not(.browser-default):focus.valid+label:after,
.md-form input[type=email]:not(.browser-default).valid+label:after,
.md-form input[type=email]:not(.browser-default):focus.valid+label:after,
.md-form input[type=url]:not(.browser-default).valid+label:after,
.md-form input[type=url]:not(.browser-default):focus.valid+label:after,
.md-form input[type=time]:not(.browser-default).valid+label:after,
.md-form input[type=time]:not(.browser-default):focus.valid+label:after,
.md-form textarea.md-textarea.valid+label:after,
.md-form textarea.md-textarea:focus.valid+label:after {
 color:#00c851;
 content:attr(data-success);
 opacity:1
}
.md-form input:not([type]).invalid,
.md-form input:not([type]):focus.invalid,
.md-form input[type=date]:not(.browser-default).invalid,
.md-form input[type=date]:not(.browser-default):focus.invalid,
.md-form input[type=datetime]:not(.browser-default).invalid,
.md-form input[type=datetime]:not(.browser-default):focus.invalid,
.md-form input[type=datetime-local]:not(.browser-default).invalid,
.md-form input[type=datetime-local]:not(.browser-default):focus.invalid,
.md-form input[type=tel]:not(.browser-default).invalid,
.md-form input[type=tel]:not(.browser-default):focus.invalid,
.md-form input[type=number]:not(.browser-default).invalid,
.md-form input[type=number]:not(.browser-default):focus.invalid,
.md-form input[type=search]:not(.browser-default).invalid,
.md-form input[type=search]:not(.browser-default):focus.invalid,
.md-form input[type=phone]:not(.browser-default).invalid,
.md-form input[type=phone]:not(.browser-default):focus.invalid,
.md-form input[type=search-md].invalid,
.md-form input[type=search-md]:focus.invalid,
.md-form input[type=text]:not(.browser-default).invalid,
.md-form input[type=text]:not(.browser-default):focus.invalid,
.md-form input[type=password]:not(.browser-default).invalid,
.md-form input[type=password]:not(.browser-default):focus.invalid,
.md-form input[type=email]:not(.browser-default).invalid,
.md-form input[type=email]:not(.browser-default):focus.invalid,
.md-form input[type=url]:not(.browser-default).invalid,
.md-form input[type=url]:not(.browser-default):focus.invalid,
.md-form input[type=time]:not(.browser-default).invalid,
.md-form input[type=time]:not(.browser-default):focus.invalid,
.md-form textarea.md-textarea.invalid,
.md-form textarea.md-textarea:focus.invalid {
 border-bottom:1px solid #f44336;
 -webkit-box-shadow:0 1px 0 0 #f44336;
 box-shadow:0 1px 0 0 #f44336
}
.md-form input:not([type]).invalid+label:after,
.md-form input:not([type]):focus.invalid+label:after,
.md-form input[type=date]:not(.browser-default).invalid+label:after,
.md-form input[type=date]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=datetime]:not(.browser-default).invalid+label:after,
.md-form input[type=datetime]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).invalid+label:after,
.md-form input[type=datetime-local]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).invalid+label:after,
.md-form input[type=tel]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=number]:not(.browser-default).invalid+label:after,
.md-form input[type=number]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=search]:not(.browser-default).invalid+label:after,
.md-form input[type=search]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).invalid+label:after,
.md-form input[type=phone]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=search-md].invalid+label:after,
.md-form input[type=search-md]:focus.invalid+label:after,
.md-form input[type=text]:not(.browser-default).invalid+label:after,
.md-form input[type=text]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=password]:not(.browser-default).invalid+label:after,
.md-form input[type=password]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=email]:not(.browser-default).invalid+label:after,
.md-form input[type=email]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=url]:not(.browser-default).invalid+label:after,
.md-form input[type=url]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=time]:not(.browser-default).invalid+label:after,
.md-form input[type=time]:not(.browser-default):focus.invalid+label:after,
.md-form textarea.md-textarea.invalid+label:after,
.md-form textarea.md-textarea:focus.invalid+label:after {
 color:#f44336;
 content:attr(data-error);
 opacity:1
}
.md-form input:not([type]).form-control.valid+label:after,
.md-form input:not([type]).form-control:focus.valid+label:after,
.md-form input[type=date]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=date]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=search]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=search]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=search-md].form-control.valid+label:after,
.md-form input[type=search-md].form-control:focus.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=url]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=url]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=time]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=time]:not(.browser-default).form-control:focus.valid+label:after,
.md-form textarea.md-textarea.form-control.valid+label:after,
.md-form textarea.md-textarea.form-control:focus.valid+label:after {
 top:4.1rem
}
.md-form input:not([type]).form-control.invalid+label:after,
.md-form input:not([type]).form-control:focus.invalid+label:after,
.md-form input[type=date]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=date]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=search]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=search]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=search-md].form-control.invalid+label:after,
.md-form input[type=search-md].form-control:focus.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=url]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=url]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=time]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=time]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form textarea.md-textarea.form-control.invalid+label:after,
.md-form textarea.md-textarea.form-control:focus.invalid+label:after {
 top:4rem
}
.md-form input:not([type]).form-control-lg.invalid+label:after,
.md-form input:not([type]).form-control-lg.valid+label:after,
.md-form input:not([type]).form-control-lg:focus.invalid+label:after,
.md-form input:not([type]).form-control-lg:focus.valid+label:after,
.md-form input[type=date]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=date]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=date]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=date]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=search]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=search]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=search]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=search]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=search-md].form-control-lg.invalid+label:after,
.md-form input[type=search-md].form-control-lg.valid+label:after,
.md-form input[type=search-md].form-control-lg:focus.invalid+label:after,
.md-form input[type=search-md].form-control-lg:focus.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=url]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=url]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=url]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=url]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form input[type=time]:not(.browser-default).form-control-lg.invalid+label:after,
.md-form input[type=time]:not(.browser-default).form-control-lg.valid+label:after,
.md-form input[type=time]:not(.browser-default).form-control-lg:focus.invalid+label:after,
.md-form input[type=time]:not(.browser-default).form-control-lg:focus.valid+label:after,
.md-form textarea.md-textarea.form-control-lg.invalid+label:after,
.md-form textarea.md-textarea.form-control-lg.valid+label:after,
.md-form textarea.md-textarea.form-control-lg:focus.invalid+label:after,
.md-form textarea.md-textarea.form-control-lg:focus.valid+label:after {
 top:4.6rem
}
.md-form input:not([type]).form-control-sm.valid+label:after,
.md-form input:not([type]).form-control-sm:focus.valid+label:after,
.md-form input[type=date]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=date]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=search]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=search]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=search-md].form-control-sm.valid+label:after,
.md-form input[type=search-md].form-control-sm:focus.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=url]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=url]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form input[type=time]:not(.browser-default).form-control-sm.valid+label:after,
.md-form input[type=time]:not(.browser-default).form-control-sm:focus.valid+label:after,
.md-form textarea.md-textarea.form-control-sm.valid+label:after,
.md-form textarea.md-textarea.form-control-sm:focus.valid+label:after {
 top:3.7rem
}
.md-form input:not([type]).form-control-sm.invalid+label:after,
.md-form input:not([type]).form-control-sm:focus.invalid+label:after,
.md-form input[type=date]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=date]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=datetime]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=datetime-local]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=search]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=search]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=search-md].form-control-sm.invalid+label:after,
.md-form input[type=search-md].form-control-sm:focus.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=url]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=url]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form input[type=time]:not(.browser-default).form-control-sm.invalid+label:after,
.md-form input[type=time]:not(.browser-default).form-control-sm:focus.invalid+label:after,
.md-form textarea.md-textarea.form-control-sm.invalid+label:after,
.md-form textarea.md-textarea.form-control-sm:focus.invalid+label:after {
 top:3.6rem
}
.md-form>input[type=date]:not(.browser-default)+label {
 -webkit-transform:translateY(-27px) scale(.8);
 transform:translateY(-27px) scale(.8);
 -webkit-transform-origin:0 0;
 transform-origin:0 0
}
.md-form>input[type=time]:not(.browser-default)+label,
.md-form>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
 font-size:.8rem;
 -webkit-transform:translateY(-25px);
 transform:translateY(-25px);
 -webkit-transform-origin:0 0;
 transform-origin:0 0
}
.md-form .was-validated input[type=text]:valid+label {
 color:#00c851!important
}
.md-form .was-validated input[type=text]:invalid+label {
 color:#f44336!important
}
.md-form .was-validated .form-control:valid:focus {
 -webkit-box-shadow:0 1px 0 0 #00c851!important;
 box-shadow:0 1px 0 0 #00c851!important
}
.md-form .was-validated .form-control:valid {
 border-color:#00c851!important
}
.md-form .was-validated .form-control:invalid:focus {
 -webkit-box-shadow:0 1px 0 0 #f44336!important;
 box-shadow:0 1px 0 0 #f44336!important
}
.md-form .was-validated .form-control:invalid {
 border-color:#f44336!important
}
.md-form .form-control {
 height:auto;
 padding:.6rem 0 .4rem;
 margin:0 0 .5rem;
 background-color:transparent;
 border-radius:0
}
.md-form .form-control:focus {
 -webkit-box-shadow:none;
 box-shadow:none
}
.md-form .form-control:disabled,
.md-form .form-control[readonly] {
 background-color:transparent;
 border-bottom:1px solid #bdbdbd
}
.md-form .form-control.is-valid {
 border-color:#00c851
}
.md-form .form-control.is-valid:focus {
 border-color:#00c851!important;
 -webkit-box-shadow:0 1px 0 0 #00c851!important;
 box-shadow:0 1px 0 0 #00c851!important
}
.md-form .form-control.is-invalid {
 border-color:#f44336
}
.md-form .form-control.is-invalid:focus {
 border-color:#f44336!important;
 -webkit-box-shadow:0 1px 0 0 #f44336!important;
 box-shadow:0 1px 0 0 #f44336!important
}
.md-form .form-control.is-invalid,
.md-form .form-control.is-valid {
 background-position:center right!important
}
.md-form .validate {
 margin-bottom:2.5rem
}
.md-form label,
.md-form label.active {
 font-size:1rem
}
.md-form .prefix {
 top:.25rem;
 font-size:1.75rem
}
.md-form .prefix~input,
.md-form .prefix~textarea {
 width:calc(100% - 2.5rem);
 margin-left:2.5rem
}
.md-form .prefix~label {
 margin-left:2.5rem
}
.md-form .prefix~.form-text {
 margin-left:2.6rem
}
.md-form label {
 position:absolute;
 top:0;
 left:0;
 font-size:1rem;
 color:#757575;
 cursor:text;
 -webkit-transition:color .2s ease-out,-webkit-transform .2s ease-out;
 transition:color .2s ease-out,-webkit-transform .2s ease-out;
 transition:transform .2s ease-out,color .2s ease-out;
 transition:transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
 -webkit-transform:translateY(12px);
 transform:translateY(12px);
 -webkit-transform-origin:0 100%;
 transform-origin:0 100%
}
.md-form .prefix.active,
.md-form.md-outline input[type=date]:focus:not([readonly])+label,
.md-form.md-outline input[type=datetime-local]:focus:not([readonly])+label,
.md-form.md-outline input[type=tel]:focus:not([readonly])+label,
.md-form.md-outline input[type=number]:focus:not([readonly])+label,
.md-form.md-outline input[type=search]:focus:not([readonly])+label,
.md-form.md-outline input[type=search-md]:focus:not([readonly])+label,
.md-form.md-outline input[type=text]:focus:not([readonly])+label,
.md-form.md-outline input[type=password]:focus:not([readonly])+label,
.md-form.md-outline input[type=email]:focus:not([readonly])+label,
.md-form.md-outline input[type=url]:focus:not([readonly])+label,
.md-form.md-outline input[type=time]:focus:not([readonly])+label,
.md-form.md-outline textarea.md-textarea:focus:not([readonly])+label {
 color:#4285f4
}
.md-form label.active {
 -webkit-transform:translateY(-14px) scale(.8);
 transform:translateY(-14px) scale(.8)
}
.md-form .prefix {
 position:absolute;
 -webkit-transition:color .2s;
 transition:color .2s
}
.md-form.form-lg label {
 font-size:1.25rem
}
.md-form.form-lg label.active {
 font-size:1.15rem
}
.md-form.form-lg .prefix {
 top:.4rem;
 font-size:2rem
}
.md-form.form-lg .prefix~input,
.md-form.form-lg .prefix~textarea {
 width:calc(100% - 3rem);
 margin-left:3rem
}
.md-form.form-lg .prefix~label {
 margin-left:3rem
}
.md-form.form-lg .prefix~.form-text {
 margin-left:3.1rem
}
.md-form.form-sm .validate {
 margin-bottom:2.3rem
}
.md-form.form-sm label {
 font-size:.875rem
}
.md-form.form-sm label.active {
 font-size:.95rem
}
.md-form.form-sm .prefix {
 top:.35rem;
 font-size:1.5rem
}
.md-form.form-sm .prefix~input,
.md-form.form-sm .prefix~textarea {
 width:calc(100% - 2rem);
 margin-left:2rem
}
.md-form.form-sm .prefix~.form-text,
.md-form.form-sm .prefix~label {
 margin-left:2rem
}
.md-form textarea.md-textarea {
 padding:0;
 overflow-y:hidden
}
.md-form textarea.md-textarea+label {
 top:-.6rem
}
.md-form textarea.md-textarea-auto {
 padding:1.5rem 0 0
}
.md-form textarea.md-textarea-auto+label {
 top:0
}
.md-form.md-outline {
 position:relative;
 margin-top:5px;
 margin-bottom:16px;
}
.md-form.md-outline input[type=date],
.md-form.md-outline input[type=datetime-local],
.md-form.md-outline input[type=tel],
.md-form.md-outline input[type=number],
.md-form.md-outline input[type=search],
.md-form.md-outline input[type=search-md],
.md-form.md-outline input[type=text],
.md-form.md-outline input[type=password],
.md-form.md-outline input[type=email],
.md-form.md-outline input[type=url],
.md-form.md-outline input[type=time],
.md-form.md-outline textarea.md-textarea {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 background-color:transparent;
 border:1px solid #dadce0;
 border-radius:2px;
 outline:0;
 -webkit-box-shadow:none;
 box-shadow:none;
 -webkit-transition:all .3s;
 transition:all .3s;
 height: 45px;
 font-size: 14px;
}
.md-form.md-outline input[type=date]:focus:not([readonly]),
.md-form.md-outline input[type=datetime-local]:focus:not([readonly]),
.md-form.md-outline input[type=tel]:focus:not([readonly]),
.md-form.md-outline input[type=number]:focus:not([readonly]),
.md-form.md-outline input[type=search]:focus:not([readonly]),
.md-form.md-outline input[type=search-md]:focus:not([readonly]),
.md-form.md-outline input[type=text]:focus:not([readonly]),
.md-form.md-outline input[type=password]:focus:not([readonly]),
.md-form.md-outline input[type=email]:focus:not([readonly]),
.md-form.md-outline input[type=url]:focus:not([readonly]),
.md-form.md-outline input[type=time]:focus:not([readonly]),
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) {
 border-color:#4285f4;
 -webkit-box-shadow:inset 0 0 0 1px #4285f4;
 box-shadow:inset 0 0 0 1px #4285f4
}
.md-form.md-outline input[type=date].valid,
.md-form.md-outline input[type=date]:focus.valid,
.md-form.md-outline input[type=datetime-local].valid,
.md-form.md-outline input[type=datetime-local]:focus.valid,
.md-form.md-outline input[type=tel].valid,
.md-form.md-outline input[type=tel]:focus.valid,
.md-form.md-outline input[type=number].valid,
.md-form.md-outline input[type=number]:focus.valid,
.md-form.md-outline input[type=search].valid,
.md-form.md-outline input[type=search]:focus.valid,
.md-form.md-outline input[type=search-md].valid,
.md-form.md-outline input[type=search-md]:focus.valid,
.md-form.md-outline input[type=text].valid,
.md-form.md-outline input[type=text]:focus.valid,
.md-form.md-outline input[type=password].valid,
.md-form.md-outline input[type=password]:focus.valid,
.md-form.md-outline input[type=email].valid,
.md-form.md-outline input[type=email]:focus.valid,
.md-form.md-outline input[type=url].valid,
.md-form.md-outline input[type=url]:focus.valid,
.md-form.md-outline input[type=time].valid,
.md-form.md-outline input[type=time]:focus.valid,
.md-form.md-outline textarea.md-textarea.valid,
.md-form.md-outline textarea.md-textarea:focus.valid {
 border-color:#00c851;
 -webkit-box-shadow:inset 0 0 0 1px #00c851;
 box-shadow:inset 0 0 0 1px #00c851
}
.md-form.md-outline input[type=date].valid+label:after,
.md-form.md-outline input[type=date]:focus.valid+label:after,
.md-form.md-outline input[type=date]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=datetime-local].valid+label:after,
.md-form.md-outline input[type=datetime-local]:focus.valid+label:after,
.md-form.md-outline input[type=datetime-local]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=tel].valid+label:after,
.md-form.md-outline input[type=tel]:focus.valid+label:after,
.md-form.md-outline input[type=tel]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=number].valid+label:after,
.md-form.md-outline input[type=number]:focus.valid+label:after,
.md-form.md-outline input[type=number]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=search].valid+label:after,
.md-form.md-outline input[type=search]:focus.valid+label:after,
.md-form.md-outline input[type=search]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=search-md].valid+label:after,
.md-form.md-outline input[type=search-md]:focus.valid+label:after,
.md-form.md-outline input[type=search-md]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=text].valid+label:after,
.md-form.md-outline input[type=text]:focus.valid+label:after,
.md-form.md-outline input[type=text]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=password].valid+label:after,
.md-form.md-outline input[type=password]:focus.valid+label:after,
.md-form.md-outline input[type=password]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=email].valid+label:after,
.md-form.md-outline input[type=email]:focus.valid+label:after,
.md-form.md-outline input[type=email]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=url].valid+label:after,
.md-form.md-outline input[type=url]:focus.valid+label:after,
.md-form.md-outline input[type=url]:focus:not([readonly]).valid+label,
.md-form.md-outline input[type=time].valid+label:after,
.md-form.md-outline input[type=time]:focus.valid+label:after,
.md-form.md-outline input[type=time]:focus:not([readonly]).valid+label,
.md-form.md-outline textarea.md-textarea.valid+label:after,
.md-form.md-outline textarea.md-textarea:focus.valid+label:after,
.md-form.md-outline textarea.md-textarea:focus:not([readonly]).valid+label {
 color:#00c851;
 content:attr(data-success);
 opacity:1
}
.md-form.md-outline input[type=date].invalid,
.md-form.md-outline input[type=date]:focus.invalid,
.md-form.md-outline input[type=datetime-local].invalid,
.md-form.md-outline input[type=datetime-local]:focus.invalid,
.md-form.md-outline input[type=tel].invalid,
.md-form.md-outline input[type=tel]:focus.invalid,
.md-form.md-outline input[type=number].invalid,
.md-form.md-outline input[type=number]:focus.invalid,
.md-form.md-outline input[type=search].invalid,
.md-form.md-outline input[type=search]:focus.invalid,
.md-form.md-outline input[type=search-md].invalid,
.md-form.md-outline input[type=search-md]:focus.invalid,
.md-form.md-outline input[type=text].invalid,
.md-form.md-outline input[type=text]:focus.invalid,
.md-form.md-outline input[type=password].invalid,
.md-form.md-outline input[type=password]:focus.invalid,
.md-form.md-outline input[type=email].invalid,
.md-form.md-outline input[type=email]:focus.invalid,
.md-form.md-outline input[type=url].invalid,
.md-form.md-outline input[type=url]:focus.invalid,
.md-form.md-outline input[type=time].invalid,
.md-form.md-outline input[type=time]:focus.invalid,
.md-form.md-outline textarea.md-textarea.invalid,
.md-form.md-outline textarea.md-textarea:focus.invalid {
 border-color:#f44336;
 -webkit-box-shadow:inset 0 0 0 1px #f44336;
 box-shadow:inset 0 0 0 1px #f44336
}
.md-form.md-outline input[type=date].invalid+label:after,
.md-form.md-outline input[type=date]:focus.invalid+label:after,
.md-form.md-outline input[type=date]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=datetime-local].invalid+label:after,
.md-form.md-outline input[type=datetime-local]:focus.invalid+label:after,
.md-form.md-outline input[type=datetime-local]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=tel].invalid+label:after,
.md-form.md-outline input[type=tel]:focus.invalid+label:after,
.md-form.md-outline input[type=tel]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=number].invalid+label:after,
.md-form.md-outline input[type=number]:focus.invalid+label:after,
.md-form.md-outline input[type=number]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=search].invalid+label:after,
.md-form.md-outline input[type=search]:focus.invalid+label:after,
.md-form.md-outline input[type=search]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=search-md].invalid+label:after,
.md-form.md-outline input[type=search-md]:focus.invalid+label:after,
.md-form.md-outline input[type=search-md]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=text].invalid+label:after,
.md-form.md-outline input[type=text]:focus.invalid+label:after,
.md-form.md-outline input[type=text]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=password].invalid+label:after,
.md-form.md-outline input[type=password]:focus.invalid+label:after,
.md-form.md-outline input[type=password]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=email].invalid+label:after,
.md-form.md-outline input[type=email]:focus.invalid+label:after,
.md-form.md-outline input[type=email]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=url].invalid+label:after,
.md-form.md-outline input[type=url]:focus.invalid+label:after,
.md-form.md-outline input[type=url]:focus:not([readonly]).invalid+label,
.md-form.md-outline input[type=time].invalid+label:after,
.md-form.md-outline input[type=time]:focus.invalid+label:after,
.md-form.md-outline input[type=time]:focus:not([readonly]).invalid+label,
.md-form.md-outline textarea.md-textarea.invalid+label:after,
.md-form.md-outline textarea.md-textarea:focus.invalid+label:after,
.md-form.md-outline textarea.md-textarea:focus:not([readonly]).invalid+label {
 color:#f44336;
 content:attr(data-error);
 opacity:1
}
.md-form.md-outline input[type=date].form-control.invalid+label:after,
.md-form.md-outline input[type=date].form-control.valid+label:after,
.md-form.md-outline input[type=date].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=date].form-control:focus.valid+label:after,
.md-form.md-outline input[type=datetime-local].form-control.invalid+label:after,
.md-form.md-outline input[type=datetime-local].form-control.valid+label:after,
.md-form.md-outline input[type=datetime-local].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=datetime-local].form-control:focus.valid+label:after,
.md-form.md-outline input[type=tel].form-control.invalid+label:after,
.md-form.md-outline input[type=tel].form-control.valid+label:after,
.md-form.md-outline input[type=tel].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=tel].form-control:focus.valid+label:after,
.md-form.md-outline input[type=number].form-control.invalid+label:after,
.md-form.md-outline input[type=number].form-control.valid+label:after,
.md-form.md-outline input[type=number].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=number].form-control:focus.valid+label:after,
.md-form.md-outline input[type=search].form-control.invalid+label:after,
.md-form.md-outline input[type=search].form-control.valid+label:after,
.md-form.md-outline input[type=search].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=search].form-control:focus.valid+label:after,
.md-form.md-outline input[type=search-md].form-control.invalid+label:after,
.md-form.md-outline input[type=search-md].form-control.valid+label:after,
.md-form.md-outline input[type=search-md].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=search-md].form-control:focus.valid+label:after,
.md-form.md-outline input[type=text].form-control.invalid+label:after,
.md-form.md-outline input[type=text].form-control.valid+label:after,
.md-form.md-outline input[type=text].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=text].form-control:focus.valid+label:after,
.md-form.md-outline input[type=password].form-control.invalid+label:after,
.md-form.md-outline input[type=password].form-control.valid+label:after,
.md-form.md-outline input[type=password].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=password].form-control:focus.valid+label:after,
.md-form.md-outline input[type=email].form-control.invalid+label:after,
.md-form.md-outline input[type=email].form-control.valid+label:after,
.md-form.md-outline input[type=email].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=email].form-control:focus.valid+label:after,
.md-form.md-outline input[type=url].form-control.invalid+label:after,
.md-form.md-outline input[type=url].form-control.valid+label:after,
.md-form.md-outline input[type=url].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=url].form-control:focus.valid+label:after,
.md-form.md-outline input[type=time].form-control.invalid+label:after,
.md-form.md-outline input[type=time].form-control.valid+label:after,
.md-form.md-outline input[type=time].form-control:focus.invalid+label:after,
.md-form.md-outline input[type=time].form-control:focus.valid+label:after,
.md-form.md-outline textarea.md-textarea.form-control.invalid+label:after,
.md-form.md-outline textarea.md-textarea.form-control.valid+label:after,
.md-form.md-outline textarea.md-textarea.form-control:focus.invalid+label:after,
.md-form.md-outline textarea.md-textarea.form-control:focus.valid+label:after {
 position:absolute;
 top:4rem;
 left:0
}
.md-form.md-outline>input[type=time]:not(.browser-default)+label,
.md-form.md-outline>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
 left:8px;
 padding-right:5px;
 padding-left:5px;
 font-size:17px;
 font-weight:500;
 background:#fff;
 -webkit-transform:translateY(-9px) scale(.8);
 transform:translateY(-9px) scale(.8);
 -webkit-transform-origin:0 0;
 transform-origin:0 0
}
.md-form.md-outline>input[type=time]:not(.browser-default)+label.active,
.md-form.md-outline>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label.active {
 -webkit-transform:translateY(-9px) scale(.8);
 transform:translateY(-9px) scale(.8);
 -webkit-transform-origin:0 0;
 transform-origin:0 0
}
@-webkit-keyframes autofill {
 to {
  color:#495057;
  background:0 0
 }
}
@keyframes autofill {
 to {
  color:#495057;
  background:0 0
 }
}
.md-form.md-outline input:-webkit-autofill {
 -webkit-animation-name:autofill;
 animation-name:autofill;
 -webkit-animation-fill-mode:both;
 animation-fill-mode:both
}
.md-form.md-outline .form-control {
 padding:.375rem .75rem;
 /*! padding-top: 100px; */
 font-size: 15px;
 height: 45px;
 border: 1px solid #f1f1f3;
}
.md-form.md-outline label {
 position:absolute;
 top:0;
 left:0;
 padding-left:10px;
 font-size:1rem;
 color:#757575;
 cursor:text;
 -webkit-transition:color .2s ease-out,-webkit-transform .2s ease-out;
 transition:color .2s ease-out,-webkit-transform .2s ease-out;
 transition:transform .2s ease-out,color .2s ease-out;
 transition:transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
 -webkit-transform:translateY(9px);
 transform:translateY(9px);
 -webkit-transform-origin:0 100%;
 transform-origin:0 100%
}
.md-form.md-outline label.active {
 left:8px;
 padding-right:5px;
 padding-left:5px;
 font-weight:500;
 background:#fffdfd;
 -webkit-transform:translateY(-13px) scale(.8);
 transform:translateY(-13px) scale(.8);
 font-size: 14px;
 top: -5px;
 color: #fb8a00 !important !important;
 border-radius: 10px;
 /*! background: none; */
}
.md-form.md-outline.form-lg .form-control.form-control-lg {
 padding:.5rem .725rem
}
.md-form.md-outline.form-lg label {
 font-size:1.25rem;
 -webkit-transform:translateY(10px);
 transform:translateY(10px)
}
.md-form.md-outline.form-lg label.active {
 font-size:1.1rem;
 -webkit-transform:translateY(-14px) scale(.8);
 transform:translateY(-14px) scale(.8)
}
.md-form.md-outline.form-lg .prefix {
 top:.65rem;
 font-size:25px
}
.md-form.md-outline.form-lg .prefix~input,
.md-form.md-outline.form-lg .prefix~textarea {
 width:calc(100% - 2.2rem);
 margin-left:2.2rem
}
.md-form.md-outline.form-lg .prefix~label {
 margin-left:2.2rem
}
.md-form.md-outline.form-lg .prefix~.form-text {
 margin-left:2.3rem
}
.md-form.md-outline.form-sm .form-control.form-control-sm {
 padding:.25rem .625rem
}
.md-form.md-outline.form-sm label {
 font-size:.8rem;
 -webkit-transform:translateY(8px);
 transform:translateY(8px)
}
.md-form.md-outline.form-sm label.active {
 font-size:.85rem;
 -webkit-transform:translateY(-12px) scale(.8);
 transform:translateY(-12px) scale(.8)
}
.md-form.md-outline.form-sm .prefix {
 top:.5rem;
 font-size:15px
}
.md-form.md-outline.form-sm .prefix~input,
.md-form.md-outline.form-sm .prefix~textarea {
 width:calc(100% - 1.6rem);
 margin-left:1.6rem
}
.md-form.md-outline.form-sm .prefix~label {
 margin-left:1.6rem
}
.md-form.md-outline.form-sm .prefix~.form-text {
 margin-left:1.7rem
}
.md-form.md-outline .prefix {
 position:absolute;
 top:.6rem;
 font-size:20px;
 -webkit-transition:color .2s;
 transition:color .2s
}
.md-form.md-outline .prefix:focus {
 color:#4285f4
}
.md-form.md-outline .prefix~input,
.md-form.md-outline .prefix~textarea {
 width:calc(100% - 2rem);
 margin-left:2rem
}
.md-form.md-outline .prefix~label {
 margin-left:2rem
}
.md-form.md-outline .prefix~.form-text {
 margin-left:2.1rem
}
.md-form.md-outline .character-counter {
 margin-top:-.5rem
}
.md-form.md-bg input[type=date],
.md-form.md-bg input[type=datetime-local],
.md-form.md-bg input[type=tel],
.md-form.md-bg input[type=number],
.md-form.md-bg input[type=search],
.md-form.md-bg input[type=search-md],
.md-form.md-bg input[type=text],
.md-form.md-bg input[type=password],
.md-form.md-bg input[type=email],
.md-form.md-bg input[type=url],
.md-form.md-bg input[type=time],
.md-form.md-bg textarea.md-textarea {
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 padding:10px 5px;
 background:50% 100% no-repeat,50% 100% no-repeat #f5f5f5;
 background-image:-webkit-gradient(linear,left top,left bottom,from(#4285f4),to(#4285f4)),-webkit-gradient(linear,left top,left bottom,from(#ced4da),to(#ced4da));
 background-image:linear-gradient(to bottom,#4285f4,#4285f4),linear-gradient(to bottom,#ced4da,#ced4da);
 background-size:0 2px,100% 1px;
 border:0;
 border-top-left-radius:.3rem;
 border-top-right-radius:.3rem;
 -webkit-transition:background-size .3s cubic-bezier(.64,.09,.08,1);
 transition:background-size .3s cubic-bezier(.64,.09,.08,1)
}
.md-form.md-bg input[type=date]:focus:not([readonly]),
.md-form.md-bg input[type=datetime-local]:focus:not([readonly]),
.md-form.md-bg input[type=tel]:focus:not([readonly]),
.md-form.md-bg input[type=number]:focus:not([readonly]),
.md-form.md-bg input[type=search]:focus:not([readonly]),
.md-form.md-bg input[type=search-md]:focus:not([readonly]),
.md-form.md-bg input[type=text]:focus:not([readonly]),
.md-form.md-bg input[type=password]:focus:not([readonly]),
.md-form.md-bg input[type=email]:focus:not([readonly]),
.md-form.md-bg input[type=url]:focus:not([readonly]),
.md-form.md-bg input[type=time]:focus:not([readonly]),
.md-form.md-bg textarea.md-textarea:focus:not([readonly]) {
 border-bottom:none;
 -webkit-box-shadow:none;
 box-shadow:none
}
.md-form.md-bg input[type=date]:focus,
.md-form.md-bg input[type=datetime-local]:focus,
.md-form.md-bg input[type=tel]:focus,
.md-form.md-bg input[type=number]:focus,
.md-form.md-bg input[type=search]:focus,
.md-form.md-bg input[type=search-md]:focus,
.md-form.md-bg input[type=text]:focus,
.md-form.md-bg input[type=password]:focus,
.md-form.md-bg input[type=email]:focus,
.md-form.md-bg input[type=url]:focus,
.md-form.md-bg input[type=time]:focus,
.md-form.md-bg textarea.md-textarea:focus {
 background-color:#dcdcdc;
 background-size:100% 2px,100% 1px;
 outline:0
}
.md-form.md-bg>input[type=date]:not(.browser-default)+label {
 -webkit-transform:translateY(-12px) scale(.8);
 transform:translateY(-12px) scale(.8);
 -webkit-transform-origin:0 0;
 transform-origin:0 0
}
.md-form.md-bg>input[type=time]:not(.browser-default)+label,
.md-form.md-bg>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
 font-size:.8rem;
 -webkit-transform:translateY(-12px);
 transform:translateY(-12px);
 -webkit-transform-origin:0 0;
 transform-origin:0 0
}
.md-form.md-bg .form-control {
 padding:1.1rem .7rem .4rem!important
}
.md-form.md-bg label {
 top:0;
 padding-left:.7rem;
 font-size:1rem;
 -webkit-transition:color .2s ease-out,-webkit-transform .2s ease-out;
 transition:color .2s ease-out,-webkit-transform .2s ease-out;
 transition:transform .2s ease-out,color .2s ease-out;
 transition:transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
 -webkit-transform:translateY(13px);
 transform:translateY(13px);
 -webkit-transform-origin:0 100%;
 transform-origin:0 100%
}
.md-form.md-bg label.active {
 padding-left:.75rem;
 font-weight:500;
 -webkit-transform:translateY(-3px) scale(.8);
 transform:translateY(-3px) scale(.8)
}
.md-form.md-bg.form-lg label {
 -webkit-transform:translateY(16px);
 transform:translateY(16px)
}
.md-form.md-bg.form-lg label.active {
 -webkit-transform:translateY(-4px) scale(.8);
 transform:translateY(-4px) scale(.8)
}
.md-form.md-bg.form-sm label {
 -webkit-transform:translateY(11px);
 transform:translateY(11px)
}
.md-form.md-bg.form-sm label.active {
 -webkit-transform:translateY(-2px) scale(.8);
 transform:translateY(-2px) scale(.8)
}
.dotted-scrollspy,
.md-form .input-prefix {
 top:50%;
 -webkit-transform:translateY(-50%)
}
.md-form .form-control.is-invalid,
.md-form .form-control.is-valid,
.was-validated .md-form .form-control:invalid,
.was-validated .md-form .form-control:valid {
 padding-right:0
}
.needs-validation .md-form label {
 left:.3rem
}
.custom-file-input:lang(es)~.custom-file-label::after {
 content:"Elegir"
}
.custom-file-input:lang(pl-pl)~.custom-file-label::after {
 content:"Wybierz"
}
.custom-file-input:lang(fr)~.custom-file-label::after {
 content:"Choisir"
}
.custom-file-input:lang(in)~.custom-file-label::after {
 content:"Pilih"
}
.custom-file-input:lang(zh)~.custom-file-label::after {
 content:"ÃƒÂ©Ã‚ÂÃ‚Â¸ÃƒÂ¦Ã¢â‚¬Å“Ã¢â‚¬Â¡"
}
.custom-file-input:lang(de)~.custom-file-label::after {
 content:"WÃƒÆ’Ã‚Â¤hlen"
}
.custom-file-input:lang(ru)~.custom-file-label::after {
 content:"ÃƒÂÃ¢â‚¬â„¢Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™"
}
.md-form>label {
 max-width:100%;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis
}
.md-form .form-control {
 -webkit-box-sizing:border-box!important;
 box-sizing:border-box!important
}
.md-form .input-prefix {
 position:absolute;
 transform:translateY(-50%);
 -webkit-transition:color .2s;
 transition:color .2s;
 color:rgba(0,0,0,.87);
 pointer-events:none
}
.md-form .input-prefix.active {
 color:#4285f4
}
.md-form.input-with-pre-icon label {
 left:36px;
 right:initial
}
.md-form.input-with-pre-icon .input-prefix {
 left:16px;
 right:initial
}
.md-form.input-with-post-icon .input-prefix,
.md-form.input-with-post-icon.input-with-pre-icon .input-prefix {
 right:16px;
 left:initial
}
.md-form.input-with-pre-icon .form-control {
 padding-left:2.7rem!important
}
.md-form.input-with-post-icon .form-control {
 padding-right:2.7rem!important
}
.md-form.input-with-post-icon.input-with-pre-icon .input-prefix:first-of-type {
 left:16px;
 right:initial
}
.md-form.input-with-post-icon.input-with-pre-icon .form-control {
 padding-left:2.5rem!important;
 padding-right:2.5rem!important
}
.edge-header {
 display:block;
 height:278px
}
.free-bird {
 margin-top:-100px
}
.juicy-peach-gradient {
 background-image:-webkit-gradient(linear,left top,right top,from(#ffecd2),to(#fcb69f));
 background-image:linear-gradient(to right,#ffecd2 0,#fcb69f 100%)
}
.young-passion-gradient {
 background-image:-webkit-gradient(linear,left top,right top,from(#ff8177),color-stop(0,#ff867a),color-stop(21%,#ff8c7f),color-stop(52%,#f99185),color-stop(78%,#cf556c),to(#b12a5b));
 background-image:linear-gradient(to right,#ff8177 0,#ff867a 0,#ff8c7f 21%,#f99185 52%,#cf556c 78%,#b12a5b 100%)
}
.lady-lips-gradient {
 background-image:-webkit-gradient(linear,left bottom,left top,from(#ff9a9e),color-stop(99%,#fecfef),to(#fecfef));
 background-image:linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%)
}
.sunny-morning-gradient {
 background-image:linear-gradient(120deg,#f6d365 0,#fda085 100%)
}
.rainy-ashville-gradient {
 background-image:-webkit-gradient(linear,left bottom,left top,from(#fbc2eb),to(#a6c1ee));
 background-image:linear-gradient(to top,#fbc2eb 0,#a6c1ee 100%)
}
.frozen-dreams-gradient {
 background-image:-webkit-gradient(linear,left bottom,left top,from(#fdcbf1),color-stop(1%,#fdcbf1),to(#e6dee9));
 background-image:linear-gradient(to top,#fdcbf1 0,#fdcbf1 1%,#e6dee9 100%)
}
.warm-flame-gradient {
 background-image:linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%)
}
.night-fade-gradient {
 background-image:-webkit-gradient(linear,left bottom,left top,from(#a18cd1),to(#fbc2eb));
 background-image:linear-gradient(to top,#a18cd1 0,#fbc2eb 100%)
}
.spring-warmth-gradient {
 background-image:-webkit-gradient(linear,left bottom,left top,from(#fad0c4),to(#ffd1ff));
 background-image:linear-gradient(to top,#fad0c4 0,#ffd1ff 100%)
}
.winter-neva-gradient {
 background-image:linear-gradient(120deg,#a1c4fd 0,#c2e9fb 100%)
}
.dusty-grass-gradient {
 background-image:linear-gradient(120deg,#d4fc79 0,#96e6a1 100%)
}
.tempting-azure-gradient {
 background-image:linear-gradient(120deg,#84fab0 0,#8fd3f4 100%)
}
.heavy-rain-gradient {
 background-image:-webkit-gradient(linear,left bottom,left top,from(#cfd9df),to(#e2ebf0));
 background-image:linear-gradient(to top,#cfd9df 0,#e2ebf0 100%)
}
.amy-crisp-gradient {
 background-image:linear-gradient(120deg,#a6c0fe 0,#f68084 100%)
}
.mean-fruit-gradient {
 background-image:linear-gradient(120deg,#fccb90 0,#d57eeb 100%)
}
.deep-blue-gradient {
 background-image:linear-gradient(120deg,#e0c3fc 0,#8ec5fc 100%)
}
.ripe-malinka-gradient {
 background-image:linear-gradient(120deg,#f093fb 0,#f5576c 100%)
}
.cloudy-knoxville-gradient {
 background-image:linear-gradient(120deg,#fdfbfb 0,#ebedee 100%)
}
.toolbox {
 display:flex;
 /*! align-items:center; */
 /*! flex-direction:column; */
 flex-wrap:wrap;
 font-weight:400;
 font-size:1.4rem;
 line-height:1.5;
 margin-top:0;
 margin-bottom:2rem;
 /*! background: #f8f8f8; */
 /*! padding: 10px; */
 /*! border-radius: 6px; */
 /*! padding: 10px; */
 border: 1px solid #f8f8f8;
 background: white;
 /*! padding-left: 36px !important; */
 border-radius: 6px;
}
.toolbox::after {
 display:block;
 clear:both;
 content:''
}
.toolbox .select-custom {
 margin-bottom:0
}
.toolbox .select-custom::after {
 right:.9rem;
 font-size:1.2rem;
 top: 14px;
}
.toolbox .select-custom .form-control {
 font-size:1.3rem;
 padding-right:2rem;
 /*! max-width:140px; */
 /*! min-width:140px; */
 background-color:#fff;
 border-color:#e4e4e4
}
.toolbox label {
 font-weight:400;
 color:#333;
 /*! font-size:1.2rem; */
 letter-spacing:-.01em;
 margin:0;
 padding-bottom: 10px;
}
.toolbox .form-control {
 color:#999;
 font-weight:300;
 font-size:1.2rem;
 padding:.45rem 1rem;
 height:30px;
 margin-bottom:0
}
.toolbox .form-control:not(:focus) {
 border-color:#d7d7d7
}
.toolbox select.form-control:not([size]):not([multiple]) {
 height:30px
}
.toolbox-left,
.toolbox-right {
 /*! display:flex; */
 /*! align-items:center; */
 flex:1 1 0;
 /*! flex-wrap:wrap; */
 margin-top: 10px;
 /*! position: absolute; */
 /*! margin-left: -67% !important; */
 /*! margin-top: 2%; */
}
.toolbox-center {
 margin-top:1rem;
 flex:0 1 auto
}
.toolbox-right {
 margin-top:1rem;
 flex-direction:column;
 /*! position: relative; */
 /*! margin-right: -132%; */
 /*! margin-top: margin-top: 2%; */
 /*! margin-top: 3%; */
 text-align: right;
}
.toolbox-info {
 color:#ccc
}
.toolbox-info span {
 color:#333
}
.toolbox-sort {
 display:flex;
 align-items:center
}
.toolbox-sort label {
 margin-right:1.6rem;
}
.toolbox-layout {
 margin-top:1rem
}
.details-filter-row {
 display:flex;
 align-items:center;
 /*! flex-flow:row wrap; */
 margin-bottom:-15px;
 border-bottom: 1px solid #ececec;
}
.details-filter-row .form-control {
 font-weight:400;
 margin-bottom:0;
 padding-left:1rem;
 padding-right:1rem;
 background-color:#fff;
 border-color:#d7d7d7;
 min-width:150px;
}
.details-filter-row .select-custom {
 margin-bottom:0;
 margin-right:3.9rem
}
.details-filter-row .select-custom .form-control {
 /*! padding-right:3rem; */
}
.details-filter-row .select-custom::after {
 font-size:1rem;
 right:.9rem
}
.details-filter-row label {
 display:inline-block;
 /*! width:67px; */
 font-weight:400;
 font-size:14px;
 margin-bottom:0;
 margin-right: 10px;
}
.details-filter-row .product-nav {
 margin-bottom:0
}
.details-filter-row .product-nav-thumbs {
 padding-top:0
}
.size-guide {
 color:#777;
 display:inline-flex;
 align-items:center
}
.size-guide i {
 font-size:1.8rem;
 margin-right:.7rem
}
.size-guide:hover,
.size-guide:focus {
 color:#c96
}
.product-details-quantity {
 max-width:131px
}
.product-details-quantity .form-control {
 padding-left:2.6rem;
 padding-right:2.6rem;
 text-align:center;
 margin-bottom:0
}
.size-item {
 position:relative;
 margin-right:5px;
 margin-bottom:10px;
 cursor:pointer;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.size-item .size-slt-box {
 display:block;
 position:relative;
 border:1px solid #fff;
 text-align:center;
 padding:8px 14px;
 color:#000;
 -webkit-box-shadow:0 0 2px 0 rgba(50,50,50,0);
 box-shadow:0 0 2px 0 rgba(50,50,50,0);
 background: white;
}
.size-item .size-slt-box .size-last {
 position:absolute;
 top:-7px;
 right:-5px;
 font-size:10px;
 line-height:12px;
 height:13px;
 font-weight:700;
 text-align:center;
 background:#e82222;
 padding:0 4px;
 color:#fff;
 border-radius:8px;
 display:block
}
.size-item input {
 position:absolute;
 opacity:0;
 cursor:pointer
}
.size-item input:checked~.size-slt-box {
 background: #ff6f38;
 color: white;
}
.size-item input[available="0"]~.size-slt-box {
 color:#a6a6a6;
 background:linear-gradient(to top right,#fff calc(50% - 1px),#d3d3d3,#fff calc(50% + 1px))
}
.size-item input:not([available="0"])~.size-slt-box:hover {
 background: #e1a635;
 color: #fff;
}
.badge {
    padding: 5px !important;
        padding-bottom: 5px;
    padding-bottom: 6px !important;
    background: white !important;
    border-radius: 0px !important;
}
.table td {
 padding-top:3rem;
 padding-bottom:3rem
}
.table .price-col {
 width:180px;
 color:#333;
 font-weight:400;
 font-size:17px;
}
.table .stock-col {
 width:160px;
 font-weight:400;
 font-size:1.6rem
}
.table .action-col {
 width:202px
}
.table .action-col .btn {
 height:40px;
 padding-top:.55rem;
 padding-bottom:.55rem;
 font-size:1.3rem;
 text-transform:uppercase
}
.table .action-col .btn i {
 font-size:1.8rem;
 margin-right:1rem !important;
 margin-left:0 !important
}
.table .action-col .btn.disabled {
 opacity:1 !important;
 color:#cccccc !important;
 cursor:default;
 pointer-events:none;
 background-color:#fafafa !important;
 border-color:#ebebeb !important
}
.table .remove-col {
 padding-right:0;
 padding-left:0;
 width:38px;
 text-align:right
}
.table .remove-col .btn-remove {
 margin-right:-.7rem
}
.product-col .product {
 display:flex;
 align-items:center;
 margin:0;
 /*! padding-right:2rem; */
 box-shadow:none;
 min-height: 10px;
}
.product-col .product-media {
 display:inline-block;
 margin:0;
 margin-right:2.8rem;
 flex-shrink:0;
 max-width:60px
}
.product-col .product-title {
 display:inline-block;
 color:#333;
 font-weight:400;
 font-size:17px;
 line-height:1.25;
 margin:0;
 /*! color: red; */
}
.product-col .product-title a {
 color:inherit
}
.product-col .product-title a:hover,
.product-col .product-title a:focus {
 color:#c96
}
.in-stock {
 color:#a6c76c
}
.out-of-stock {
 color:#ef837b
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}