/*********** general or common css start ***********/
body{
    /** background-color: #e9e9e2; */
}
.container {
    max-width: 1600px;
}
.navbar{
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(170,170,170,0.6);
    box-shadow: 0 0 15px rgba(170,170,170,0.6);
}
.navbar-nav{
    display: block;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0px;
    padding: 0px;
}
ul{
    padding: 0px;
    margin: 0px;
}
a{
    display: inline-block;
}
header{
    margin-bottom: 20px;
}
.btn{
    outline: none !important;
    box-shadow: none !important;
}
/*********** general or common css end ***********/

/*********** header section css start ***********/
.header_top {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ececed;
}
.header_top ul{
    padding: 0px;
    margin: 0px;
    float: right;
}
.header_top ul li{
    display: inline-block;
    list-style-type: none;
    float: left;
}
.header_top ul li a {
    color: #3e3e3d;
    display: block;
    padding: 10px;
    line-height: 16px;
    position: relative;
    font-size: 13px;
    text-decoration: none;
}
.header_top ul li:last-child a {
    padding-right: 0px;
}
.header_top ul li a:hover{
    color: #9a1d1d;
}
.header_top ul li a i{
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.header_middle {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ececed;
    padding: 9px 0px;
}
.logo_container {
/*     padding: 5.5px 0px; */
}
.logo img {
    width: auto;
    height: 70px;
}
.for_desktop_only {
    padding-top: 10px;
    padding-bottom: 10px;
}
.aws-container .aws-search-form{
    height: 50px;
}
.search_box input{
    height: 50px;
    background-color: #fafafa;
    border: 1px solid #b7b7b7 !important;
    outline: none;
    font-size: 16px;
    box-shadow: none !important;
}
button.search_btn,button.check_out_btn:disabled {
    padding: 8px 15px;
    background-color: #fafafa;
    border: 1px solid #b7b7b7;
    outline: none;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    color: #b7b7b7;
}
button.check_out_btn:disabled{
    padding: 4px 15px;
}
button.check_out_btn{
    color: #fff;
    background-color: #57634b;
}
.delivery_and_cart {
    float: right;
    margin-top: 22px;
}
.delivery_and_cart a{
    color: #3e3e3d;
    line-height: 18px;
    position: relative;
    font-size: 15px;
    text-decoration: none;
}
.delivery_and_cart > a:last-of-type{
    margin-left: 60px;
}
.delivery_and_cart a:hover{
    color: #9a1d1d;
}
.delivery_and_cart a i{
    line-height: 20px;
    font-size: 18px;
    margin-left: 5px;
}
.header_bottom{
    display: block;
    width: 100%;
}
.navbar-nav > li{
    display: inline-block;
    float: left;
    position: relative;
}
.navbar-nav > li > a{
    text-transform: uppercase;
    font-size: 16px;
    color: #3e3e3d;
    padding: 12px 10px 12px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    float: left;
}
.navbar-nav > li > ul li {
    display: inline-block;
    width: 100%;
    float: left;
	position:relative;
}
.navbar-nav > li > ul li a {
    font-size: 15px;
    color: #3e3e3d;
    padding: 8px 25px 8px 15px;
    display: table;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.navbar-nav li a:hover,
.navbar-nav li.active_on_hover > a,
.navbar-nav li.active > a{
    color: #9a1d1d;
}
.navbar-nav li a i {
    display: none;
    float: right;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 30px;
    position: absolute;
    line-height: 32px;
    width: 30px;
    text-align: center;
    background-color: #9a1d1d;
    border-radius: 50%;
    color: #fff;
}
/* .navbar-nav li a:hover i,
.navbar-nav li.active_on_hover > a > i{
    display: block;
} */
.navbar-nav > li > a:hover > i,
.navbar-nav > li > a > i,
.navbar-nav > li.active_on_hover > a > i {
    display: none;
}
.navbar-nav > li > a:after{
    content: "";
    display: block;
    height: 3px;
    background-color: #9a1d1d;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .16s;
    transition: -webkit-transform .16s;
    -o-transition: transform .16s, -o-transform .16s;
    transition: transform .16s;
    transition: transform .16s, -webkit-transform .16s, -o-transform .16s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    width: 100%;
}
.navbar-nav > li > a:hover:after,
.navbar-nav > li.active_on_hover > a:after,
.navbar-nav > li.active > a:after{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.zip_code_dropbox {
    display: block;
    position: absolute;
    background-color: #85977d;
    padding: 10px;
    color: #fff;
    max-width: 185px;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 10px;
    z-index: 11;
    display: none !important;
}
.zip_code_dropbox p{
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.zip_code_dropbox:before {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #85977d;
    content: '';
    display: block;
    height: 0;
    width: 0;
}
span.close_zip_code_dropbox{
    float: right;
    cursor: pointer;
}
.zip_box.input-group input {
    outline: none;
    box-shadow: none;
    border: 1px solid #b7b7b7 !important;
    height: 30px;
    font-size: 12px;
}
ul.sub_child_one,
ul.sub_child_two,
ul.sub_child_three{
    display: none;
    position: absolute;
    width: 200px;
    top: 48px;
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 15px rgba(170,170,170,0.6);
    box-shadow: 0px 8px 15px rgba(170,170,170,0.6);
    z-index: 1111;
}
li.nav-item.active_on_hover ul.sub_child_one,
li.sub_child_one_item.active_on_hover ul.sub_child_two,
li.sub_child_two_item.active_on_hover ul.sub_child_three{
    display: block;
}
li.sub_child_one_item.active_on_hover ul.sub_child_two,
li.sub_child_two_item.active_on_hover ul.sub_child_three{
    top: 0px;
    left: 200px;
    height: auto;
}
.toggle_btn .icon-bar {
    background-color: #000;
}
.toggle_btn .icon-bar+.icon-bar {
    margin-top: 8px;
}
.toggle_btn .icon-bar {
    display: block;
    width: 24px;
    height: 1px;
}
.toggle_btn > button,
.mobile_search > button{
    padding: 10px;
    background-color: #fff;
    border: none;
    border-right: 1px solid #d4d4d4;
    box-shadow: none !important;
    outline: none !important;
    float: left;
    height: 68px;
    width: 45px;
    border-radius: 0px;
}
.for_mobile_only{
    display: none;
}
.close_menu_mobile_btn {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 30px;
    right: -30px;
    background-color: #fff;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
    display: none;
}
li.for_mobile_side_menu{
    display: none;
}
li.for_mobile_side_menu a {
    background-color: #e8e8e8;
    border-top: 1px solid #dddddd;
}
li.for_mobile_side_menu:last-of-type a{
    border-bottom: 1px solid #dddddd;
}
.only_for_ipade{
    display: none;
}
.navbar-nav a.back_to_up_in_menu{
    display: none;
}
.header_middle .col-sm-4:nth-child(2) {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}
.header_middle .col-sm-4:nth-child(3) {
    -ms-flex: 0 0 calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
}
.header_middle .col-sm-4:nth-child(4) {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}
/*********** header section css end ***********/

/*********** banner section css start ***********/
.free_membership_section {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.banner_block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none!important;
    height: 25vw;
    padding: 20px;
}
.banner_image_with_text h2 {
    font-size: 30px;
    text-shadow: 1px 1px 2px #000;
}
.banner_image_with_text h2 + span {
    margin-top: 10px;
}
.banner_image_with_text span {
    font-size: 24px;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: auto;
    display: block!important;
    float: none!important;
    color: #fff;
    max-width: 180px;
}
.banner_block.box_one, .banner_block.box_two {
    margin-bottom: 12px;
}
.banner_block.box_one{
    background-image: url(../images/Klauss.jpg);
}
.banner_block.box_two{
    background-image: url(../images/vintage-vine.jpg);
}
.banner_block.box_three{
    background-image: url(../images/Alm-1.jpg);
}
.banner_block.box_four{
	background-image: url(../images/team.jpg);
}
.banner_image_with_text{
    display: table;
    width: 100%;
}
.free_membership_section .row{
    margin: 0px -6px;
}
.free_membership_section .col-md-6{
    padding: 0px 6px;
}
/*********** banner section css end ***********/

/*********** special offer section css start ***********/
.special_offer_section{
    padding-bottom: 20px;
}
button.slick-arrow {
    background-color: rgba(154, 29, 29, 0.5);
    border: none;
    outline: none;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    padding: 6px 8px;
    border-radius: 5px;
    height: 60px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 11;
}
button.slick-prev.slick-arrow{
    left: 0px;
}
button.slick-next.slick-arrow{
    right: 0px;
}
button.slick-disabled{
    display: none !important;
}
.product_title_and_chat h5 {
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 10px;
}
.product_title_and_chat button{
    float: right;
    outline: none !important;
    box-shadow: none !important;
}
.product_title_and_chat {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.single_product_box {
    padding: 10px;
    background-color: #f5f5f5;
    position: relative;
    outline: none;
    color: #000!important;
    text-decoration: none!important;
	margin-bottom: 30px;
}
.single_product_box a{
    outline: none !important;
    color: #000!important;
    text-decoration: none!important;
    width: 100%;
}
.single_product_box .product_detail img {
    min-height: 150px;
    max-height: 150px;
    margin: auto auto 15px;
    min-width: 40px;
/*     max-width: 40px; */
    width:auto;
    display: block;
}
.product_detail p {
    font-size: 12px;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.quantity_and_views {
    margin-top: 20px;
    border-bottom: 3px solid #5a5a5a;
    display: inline-block;
    width: 100%;
}
.quantity_and_views p svg {
    margin-right: 2px;
    vertical-align: text-bottom;
}
.quantity_and_views p {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}
.price_and_add_to_cart{
    padding: 10px 0px 0px;
    display: inline-block;
    width: 100%;
}
.price_and_add_to_cart button {
    line-height: 30px;
    background-color: #196d2c;
    outline: none !important;
    box-shadow: none !important;
}
.price_and_add_to_cart h5,
.woocommerce div.product p.price,
.woocommerce div.product span.price{
    margin-bottom: 0px;
    color: #000!important;
}
.price_and_add_to_cart p{
    margin-bottom: 0px;
}
.first_title_slide{
    background-color: #f5f5f5;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.first_title_slide button {
    width: 100%;
    background-color: #9a1d1d;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
}
.first_title_slide .text_content {
    text-align: center;
    max-width: 100%;
}
.first_title_slide .text_content h5{
    margin: 15px 0px 0px;
}
.first_title_slide img {
    margin: 10px -10px 0px;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
}
/*********** special offer section css end ***********/


/*********** auction slider section css start ***********/
.auction_slider_section {
    padding-bottom: 20px;
}
.auction_slider_section .full_width_content {
    background-color: #9a1d1d;
    color: #fff;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
}
.auction_slider_section .full_width_content .content_with_text {
    max-width: 300px;
    margin: 0px auto;
    text-align: center;
}
.auction_slider_section .full_width_content .content_with_text h2{
    font-size: 60px;
}
.auction_slider_section .full_width_content .content_with_text h5{
    font-size: 24px;
}
span.auction_lable {
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #9a1d1d;
}
.auction_estimate {
    margin-top: 20px;
    border-bottom: 3px solid #5a5a5a;
    display: inline-block;
    width: 100%;
}
.auction_estimate p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}
.current_top_bid{
    margin-top: 10px;
    background-color: #dcdcdc;
    text-align: center;
    padding: 10px;
}
.current_top_bid h6 {
    color: #666666;
    font-size: 16px;
}
.current_top_bid h4{
    font-size: 24px;
    color: #000;
}
.current_top_bid p{
    font-size: 12px;
    color: #000;
    margin: 0px;
}
.btn_bid_now{
    width: 100%;
    margin-top: 10px;
}
/*********** auction slider section css end ***********/

/*********** facility section css start ***********/
.facility_section{
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.facility_section .row{
    margin: 0px -6px;
}
.facility_section .col-sm-4{
    padding: 0px 6px;
}
.content_with_bg_image {
    padding: 40px;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    text-decoration: none!important;
}
.content_with_bg_image h5 span {
    font-size: 24px;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: auto;
    display: block!important;
    float: none!important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    width: 220px;
    max-width: 70%;
    text-align: center;
    color: #fff;
}
.content_with_bg_image.online_sommerlier {
    background-image: url(../images/wniesommelier.jpg);
}
.content_with_bg_image.online_sommerlier button {
    outline: none !important;
    box-shadow: none !important;
    float: right;
    margin-top: 80px;
    font-weight: 500;
}
.content_with_bg_image.wine_school {
    background-image: url(../images/4615429858_462x303.jpg);
}
.content_with_bg_image.girls_wines {
    background-image: url(../images/girluniverse.jpg);
}
.content_with_bg_image.girls_wines h5 span{
    float: right;
}
/*********** facility section css end ***********/

/*********** footer section css start ***********/
.footer_contact {
    padding: 25px 35px 25px;
    border-bottom: 1px solid #fafafa;
    display: inline-block;
    width: 100%;
    max-width: none;
    position: relative;
    background-image: url(../images/contact_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.footer_contact:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.footer_contact .contact-form-1 {
    max-width: 100%;
    margin: 0px auto;
    padding: 20px;
    width: 600px;
    background-color: rgba(62,62,61,0.75);
    position: relative;
}
.footer_contact label {
    color: #fff;
}
.footer_section {
    display: inline-block;
    width: 100%;
    padding: 25px 20% 25px;
    background: rgba(154,29,29,1);
    background: -moz-linear-gradient(top, rgba(154,29,29,1) 0%, rgba(154,29,29,1) 0%, rgba(181,93,93,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(154,29,29,1)), color-stop(0%, rgba(154,29,29,1)), color-stop(100%, rgba(181,93,93,1)));
    background: -webkit-linear-gradient(top, rgba(154,29,29,1) 0%, rgba(154,29,29,1) 0%, rgba(181,93,93,1) 100%);
    background: -o-linear-gradient(top, rgba(154,29,29,1) 0%, rgba(154,29,29,1) 0%, rgba(181,93,93,1) 100%);
    background: -ms-linear-gradient(top, rgba(154,29,29,1) 0%, rgba(154,29,29,1) 0%, rgba(181,93,93,1) 100%);
    background: linear-gradient(to bottom, rgba(154,29,29,1) 0%, rgba(154,29,29,1) 0%, rgba(181,93,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1d1d', endColorstr='#b55d5d', GradientType=0 );
}
.footer_contact input[type=submit] {
    background-color: #9a1d1d!important;
    outline: none;
    color: #fff!important;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 20px;
    float: right;
}
.footer_section h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-bottom: 7px;
    text-transform: capitalize;
    font-size: 30px;
}
.footer_section h4:after{
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 50px;
    background-color: #fafafa;
    left: 0;
}
.footer_section ul{
    padding: 0px;
    margin: 0px
}
.footer_section ul li{
    list-style-type: none;
    color: #d9d9d9;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}
.footer_section ul li a {
    color: #d9d9d9;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}
.footer_section ul li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 6px;
}
.footer_section .contact-details li a:before {
    display:none;   
}
.footer_section ul li a:hover {
    color: #fff;
}
ul.contact-details li {
    position: relative;
    padding-left: 35px;
}
ul.contact-details li i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    font-size: 24px;
}
ul.contact-details li:last-child{
    padding: 0px;
}
.footer_section a.smiley_rapport {
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 7px 20px;
    border-radius: 5px;
    margin-top: 20px;
}
/*********** footer section css end ***********/

/*********** shop section css start ***********/
.sidebar_menu {
    width: 240px;
    float: left;
    margin: 0px 20px 0px 0px;
}
.slider_for_shop_products,
.shop_products{
    width: calc(100% - 260px);
    float: left;
}
.shop_filter_section {
    display: table;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.sidebar_menu ul {
    padding: 20px;
    margin: 0px;
    background-color: #f5f5f5;
}
.sidebar_menu ul li {
    display: table;
    width: 100%;
    padding: 10px 0px;
    position: relative;
}
.sidebar_menu ul li a{
    font-size: 15px;
    color: #3e3e3d;
    text-decoration: none;
    width: 100%;
    display: table;
    font-weight: 500;
}
.sidebar_menu ul li a:hover,
.sidebar_menu ul li.active_on_hover > a,
.sidebar_menu ul li.active > a{
    color: #9a1d1d;
}
a.add_to_favourite{
    float: right;
    width: auto;
}
a.add_to_favourite:hover i,
a.add_to_favourite.already_added i {
    color: #9a1d1d;
}
.product_detail .product_title_and_chat h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.product_detail .product_title_and_chat{
    padding-bottom: 0px;
}
span.discount_lable {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9a1d1d;
    padding: 2px 8px;
    color: #fff;
    text-transform: uppercase;
}
.shop_products .col-sm-12{
    padding: 0px 6px;
}
.related.products .row,
.shop_products .row{
    margin: 0px -6px;
}
.shop_products .col-sm-3,
.related.products .col-sm-3 {
    margin-bottom: 12px;
    padding: 0px 6px;
}
.related.products h2 {
    padding: 15px 0px;
}
/*********** shop section css end ***********/

/*********** single product detail section css start ***********/
.single_product_detail_section {
    padding: 0px 0px 12px;
    display: inline-block;
    width: 100%;
}
.single_product_detail_image a {
    height: 40vw;
    overflow: hidden;
    text-align: center;
    border: 1px solid #9e9e9e;
    margin: 30px;
    position: relative;
    padding: 20px;
    width: calc(100% - 60px);
}
.woocommerce #content div.product .single_product_detail_image div.images,
.woocommerce div.product .single_product_detail_image div.images,
.woocommerce-page #content div.product .single_product_detail_image div.images,
.woocommerce-page div.product .single_product_detail_image div.images {
    float: none;
    width: 100%;
    margin: 0 !important;
}
.single_product_detail_image .carousel-inner,
.single_product_detail_image .carousel-item{
    height: 100% !important;
}
.single_product_detail_text_content {
    padding: 20px;
}
.single_product_detail_image img {
/*     height: 80%!important;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    margin: auto;
    max-height: 100%!important;
    max-width: 100%!important;
    width: auto!important;
}

.single_product_box h2.woocommerce-loop-product__title{font-size:16px; min-height: 70px;}
.faq p{margin-bottom:10px;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{padding-left:35px !important; }
.cart_and_favorite_btn {
    padding-top: 15px;
}
.single_product_detail_section .row{
    margin: 0px;
}
.single_product_detail_section .col-sm-6{
    background-color: #fff;
    padding: 0px;
}
.single_product_detail_text_content h1 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.single_product_detail_text_content span.sub_title {
    font-size: 18px;
    color: #9E9E9E;
}
.single_product_detail_text_content p{
    font-size: 18px!important;
    font-weight: 700;
}
.single_product_detail_text_content p span{
    font-weight: 400;
}
.single_product_detail_text_content h5{
    font-weight: 20px;
}
.single_product_detail_text_content h5 small{
    color: #9E9E9E;
}
.single_product_detail_text_content h5 ~ p{
    font-weight: 400;
}
.carousel-control-next i, .carousel-control-prev i {
    color: #9a1d1d;
}
.single_product_detail_text_content a.btn:first-child {
    line-height: 30px;
    background-color: #196d2c;
    outline: none !important;
    box-shadow: none !important;
    color: #fff!important;
    margin-bottom: 20px;
}
.single_product_detail_text_content a.btn:last-child{
    line-height: 30px;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
    border: 2px solid #000;
    font-weight: 600;
    margin-left: 10px;
}
.single_product_detail_text_content a.btn:last-child i{
    font-weight: 600;
}
.single_product_detail_text_content a.btn:last-child:hover,
.single_product_detail_text_content a.btn.already_added{
    border-color: #9a1d1d;
    background-color: #9a1d1d;
    color: #fff;
}
.single_product_detail_text_content h2.product_price {
    font-size: 30px;
}
/*********** single product detail section css end ***********/
/***********Login Register page css start***********/
.login_section,
.register_section {
    display: table;
    width: 100%;
    padding: 30px 30px 100px;
    background-image: url('../images/main_bg_4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin-bottom: 20px;
}
.login_form,
.myaccount_form{
    background-color: rgba(62,62,61,0.75);
    color: #fff;
    margin: 50px auto 300px auto !important;
    display: table;
    max-width: 380px;
    width: 100%;
    opacity: 1;
    padding: 30px !important;
    position: relative;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    border: none !important;
    border-radius: 0px!important;
}
.myaccount_form {
    margin: 50px auto 0px auto !important;
    max-width: 880px;
}
.login_form h4 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.form-group {
    margin-bottom: 1rem !important;
    padding: 0!important;
}
.form-control {
    outline: none!important;
    height: 45px;
    border-radius: 0px;
    border: 1px solid #9E9E9E;
    box-shadow: none!important;
    background: #fff !important;
}
form label {
    margin: 0;
    line-height: 24px !important;
}
.form_activities{
    display: inline-block;
    width: 100%;
}
.remember_me {
    float: left;
    display: inline-block;
}
.different_delivery_address{
    display: inline-block;
    width: 100%;
}
.remember_me input[type=checkbox],
.different_delivery_address input[type=checkbox],
input#createaccount[type=checkbox],
input#ship-to-different-address-checkbox[type=checkbox]{
    display: none;
}
.remember_me input[type=checkbox] + label,
.different_delivery_address input[type=checkbox] + label,
input#createaccount[type=checkbox] + span,
input#ship-to-different-address-checkbox[type=checkbox] + span{
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.remember_me input[type=checkbox] + label:before,
.different_delivery_address input[type=checkbox] + label:before,
input#createaccount[type=checkbox] + span:before,
input#ship-to-different-address-checkbox[type=checkbox] +span:before{
    content: "";
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 15px;
    top: 0px;
    bottom: 0px;
    left: 0;
    margin: auto;
    background-image: url(../images/checkbox.png);
    background-position: 0px -22px;
}
.remember_me input[type=checkbox]:checked + label:before,
.different_delivery_address input[type=checkbox]:checked + label:before,
input#createaccount[type=checkbox]:checked + span:before,
input#ship-to-different-address-checkbox[type=checkbox]:checked +span:before{
    background-position: 0px 0px;
}
.different_delivery_address input[type=checkbox]:checked + label + .if_different_delivery_address{
    display: none;
    margin-top: 20px;
}
.forgot_password{
    display: inline-block;
    float: right;
}
.forgot_password a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    float: right;
}
.login_section button,
.register_section button {
    line-height: 30px !important;
    background-color: #196d2c !important;
    color: #fff !important;
    display: table !important;
    margin: 20px 0px !important;
    width: 100%;
    font-weight: 700 !important;
    font-size: 24px !important;
}
.login_section .register_form button{
    margin: 0px !important;
}
.login_section i,
.register_section i {
    margin-right: 10px;
}
.create_account a{
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.register_form{
    background: rgba(62,62,61,0.75);
    color: #fff;
    display: block;
    margin: 50px auto;
    max-width: 560px;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.register_form h4{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.company_type_radio input[type="radio"]{
    display: none;
}
.company_type_radio input[type="radio"] + label{
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    width: auto;
}
.company_type_radio input[type="radio"] + label:before{
    content: "";
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 15px;
    top: 0px;
    bottom: 0px;
    left: 0;
    margin: auto;
    background-image: url(../images/radio_icon.png);
    background-position: 0px -18px;
}
.company_type_radio input[type="radio"]:checked + label:before{
    background-position: 0px 0px;
}
textarea.form-control{
    resize: none;
    height: 120px;
}
.gglcptch_recaptcha {
    display: table;
    margin: 0px auto;
}
.woocommerce-privacy-policy-text{
    display: none;
}
/***********Login Register page css end***********/
/*********** developer css start ***********/
.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:28px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

/** nidhi added */
#sidebar {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li{
    float: left;
}
.woocommerce nav.woocommerce-pagination ul {
    float: right;
    margin: 10px 0px 50px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #9a1d1d;
    color: #ffffff;
}
.woocommerce .woocommerce-breadcrumb a{
    color: #3e3e3d;
    text-decoration: none!important;
}
.woocommerce .woocommerce-breadcrumb{
    color: #9a1d1d;
    font-weight: 600;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count{
    margin-bottom: 0px;
    line-height: 35px;
}
select.orderby {
    padding: 0px 10px;
    outline: none !important;
    line-height: 35px;
    box-shadow: none !important;
    background-color: white;
    height: 35px;
    border: 1px solid #9E9E9E;
}
.sidebar_right {
    width: 240px;
    float: right;
    padding: 20px;
    background-color: #fff;
    margin-left: 30px;
    margin-bottom: 20px;
}
h1.basket__head-headline {
    text-transform: capitalize;
    float: left;
    font-size: 34px;
}
.product-remove {
    text-align: center;
}
.woocommerce a.remove {
    line-height: 19px;
}
.page.type-page.status-publish .col-sm-12 {
    background-color: #fff;
}
.page.type-page.status-publish{
    margin-bottom: 20px;
}
td.product-name a {
    color: #000;
    font-weight: bold;
}
a.shipping-calculator-button{
    color: #000;
}
a.checkout-button.button.alt.wc-forward {
    float: right;
    margin: 0px 0px 0px 0px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    background-color: #9a1d1d!important;
    float: left;
    margin-right: 10px;
    outline: none;
    color: #fff!important;
}
input#coupon_code {
    float: left;
    margin: 0px -1px 0px 10px;
}
button.button[name="apply_coupon"] {
    border-radius: 0px 4px 4px 0px;
}
.woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 34%;
}
table.shop_table.shop_table_responsive {
    text-align: left;
}
.spot__text a {
    text-decoration: none;
    color: #000;
    margin-top: 10px;
}
.spot__text p.icon_phone {
    margin-top: 10px;
}
.basket__head-total.basket__head-item a.open_zip_code_dropbox {
    color: #3e3e3d;
    line-height: 18px;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    margin: 0px 10px;
}
.basket__head-total.basket__head-item a.open_zip_code_dropbox:hover,
.spot__text a:hover {
    color: #9a1d1d;
}
.bottom-buttons {
    width: 100%;
    display: inline-block;
    padding: 30px 0px 0px;
    border-top: 1px solid rgba(128, 128, 128, 0.5)!important;
}
.emp-ret-class {
    display: inline-block;
    float: left;
}
.coupon-class {
    display: inline-block;
    float: left;
}
.basket__head-items {
    margin-left: 20px;
    float: right;
    margin-top: 10px;
}
.cart_item td.product-thumbnail {
    text-align: center;
}
article#post-6 .container .row {
    margin: 0px;
}
td.product-remove a {
    color: red;
    font-size: 20px;
}
input#coupon_code {
    width: 114px;
}
.wac-qty-button a {
    color: #fff!important;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
}
input.qty_button.minus,
input.qty_button.plus {
    display: inline-block;
    border-radius: 0px;
    padding: 0;
    background-color: #9a1d1d;
    color: #fff;
    height: 28px;
    float: left;
    width: 28px;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
}
.woocommerce .quantity .qty{
    float: left;
    height: 28px;
    outline: none;
    box-shadow: none;
    width: 40px!important;
    border: none;
    border-top: 1px solid #9a1d1d;
    border-bottom: 1px solid #9a1d1d;
}
.basket__head {
    display: table;
    width: 100%;
    padding: 20px 0px 5px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
table.shop_table tr th,
table.shop_table tr td,
table.shop_table {
    border: none!important;
}
table.shop_table tr.heading-line th{
    border-bottom: 1px solid rgba(128, 128, 128, 0.5)!important;
}
table.shop_table tr.order-total th,
table.shop_table tr.order-total td{
    border-top: 1px solid rgba(128, 128, 128, 0.5)!important;
    border-radius: 0px!important;
}
table.shop_table td.actions{
    border-top: 1px solid rgba(128, 128, 128, 0.5)!important;
}
.woocommerce table.shop_table th{
    font-weight: 400;
}
.product-quantity{
    text-align: center;
}
.product-subtotal,
.product-price {
    text-align: right;
}
.quantity {
    float: right;
    display: table;
}
.woocommerce-message a.wc-forward {
    color: #9a1d1d;
    padding-left: 20px;
}
.woocommerce-notices-wrapper {
    width: 100%;
}
p.cart-empty + p.return-to-shop a.button.wc-backward {
    background-color: #9a1d1d!important;
    color: #fff!important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    left: 12px;
}
.quantity_and_views .float-right{
    display: none;
}
.product_title_and_chat .add_to_favourite{
    display: none;
}
.cart_and_favorite_btn .add_to_favourite{
    display: none;
}
/*********** developer css end ***********/

.aws-container .aws-show-clear .aws-search-field {
    height: 50px !important;
    background-color: #fafafa !important;
    border: 1px solid #b7b7b7 !important;
    outline: none !important;
    font-size: 16px !important;
    box-shadow: none !important;
    padding-left: 15px;
    border-radius: 5px 0px 0px 5px !important;
}
.aws-search-btn.aws-form-btn {
    padding: 7px 0px !important;
    background-color: #fafafa !important;
    border: 1px solid #b7b7b7 !important;
    outline: none !important;
    border-radius: 0px 5px 5px 0px !important;
    cursor: pointer !important;
    color: #b7b7b7 !important;
    height: 50px;
}
.aws-container .aws-search-form .aws-form-btn svg {
    fill: #b7b7b7;
}



.woocommerce-billing-fields__field-wrapper p.form-row,
.create-account p.form-row,
.shipping_address p.form-row{
    width: calc(50% - 10px);
    float: left;
    display: inline-block;
    flex-wrap: nowrap;
    clear: none;
    padding: 0;
    margin-bottom: 10px !important;
}
.woocommerce-billing-fields__field-wrapper p.form-row:nth-child(2n+1),
.create-account p.form-row:nth-child(2n+1),
.shipping_address p.form-row:nth-child(2n+1){
    margin-right: 10px;
    float: left;
    padding: 0;
}
.woocommerce-billing-fields__field-wrapper p.form-row:nth-child(2n),
.create-account p.form-row:nth-child(2n),
.shipping_address p.form-row:nth-child(2n){
    margin-left: 10px;
    float: right;
    padding: 0px;
}
.select2-container .select2-selection--single{
    margin: 0px;
}
p#billing_address_2_field .screen-reader-text,
p#shipping_address_2_field .screen-reader-text{
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    width: auto !important;
    word-wrap: normal !important;
}
#customer_details {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
}
#customer_details .input-text, .myaccount_form .input-text,
#customer_details .select2-container .select2-selection--single,
.footer_contact input.wpcf7-form-control.wpcf7-text,
.footer_contact textarea.wpcf7-form-control.wpcf7-textarea,
.myaccount_form .select2-container .select2-selection--single{
    outline: none!important;
    height: 45px;
    border-radius: 0px;
    border: 1px solid #9E9E9E;
    box-shadow: none!important;
    background: #fff !important;
    padding: 10px 15px;
    width: 100% !important;
}
#customer_details .select2-container .select2-selection--single,
.myaccount_form .select2-container .select2-selection--single{
    padding-right: 50px;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.myaccount_form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered,
.myaccount_form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: normal;
    padding: 0px;
}
.woocommerce-billing-fields h4 {
    margin-bottom: 20px;
}
h3#order_review_heading {
    background-color: #fff;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5)!important;
}
.woocommerce table.shop_table {
    background-color: #fff !important;
    border-radius: 0px!important;
    margin: 0px 0px 20px 0px;
}
div#payment {
    background-color: #fff!important;
    border-radius: 0 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none !important;
    margin-left: auto;
    background-color: #9a1d1d!important;
    text-transform: capitalize;
    outline: none !important;
    font-size: 20px;
}
p.form-row.form-row-wide.create-account.woocommerce-validated,
#ship-to-different-address{
    padding: 0;
    margin: 10px 0px;
}
p#order_comments_field {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}
textarea#order_comments,
.footer_contact textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100% !important;
    height: 120px !important;
    padding: 10px 15px !important;
    resize: none !important;
}
.cominsti{
    display:none;
}
.content_with_bg_image.vinsmagning {
    background-image: url(../images/vinsmagning.jpg);
}
ul#sidebar-nav li:hover ul.sub_child_one {
    display: block;
    top: 0;
    left: 100%;
}
.yearrangeslider {
    display: inline-block;
    padding: 0px 20px;
    width: auto;
    text-align: center;
    position: relative;
    top: -4px;
}
.yearrangeslider input#amount {
    padding: 0 10px;
    outline: none !important;
    line-height: normal;
    box-shadow: none !important;
    background-color: white;
    width: 110px;
    border: 1px solid #9E9E9E;
}
.yearrangeslider label {
    margin: 0px 5px 0px 0px;
    line-height: normal;
    font-size: 12px;
}
.yearrangeslider .ui-slider .ui-slider-handle {
    height: 20px;
    width: 20px;
    top: -6px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 6px solid #9a1d1d;
    outline: none;
    margin-left: -10px;
}
.yearrangeslider .ui-widget.ui-widget-content {
    border: 1px solid #9a1d1d;
    height: 10px;
    top: 5px;
    border-radius: 10px;
    width: 240px;
}
.yearrangeslider .ui-widget-header{
    background: rgba(154, 29, 29, 0.2);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    /* padding: 10px; */
}
.woocommerce-MyAccount-content.myaccount_form a {
    text-decoration: underline;
    color: #fff;
    font-weight: 700;
}
nav.woocommerce-MyAccount-navigation.login_form{
    padding: 0px !important;
}
.woocommerce-MyAccount-content.myaccount_form,
nav.woocommerce-MyAccount-navigation.login_form ul{
    border: 1px solid #fff !important;
}
nav.woocommerce-MyAccount-navigation.login_form ul li {
    list-style-type: none;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
}
nav.woocommerce-MyAccount-navigation.login_form ul li:last-child{
    border-bottom: none;
}
nav.woocommerce-MyAccount-navigation.login_form ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.woocommerce-MyAccount-content.myaccount_form a.woocommerce-Button.button {
    background-color: #9a1d1d!important;
    float: left;
    margin-right: 10px;
    outline: none;
    color: #fff!important;
    text-decoration: none;
}
span.woocommerce-input-wrapper {
    width: 100%!important;
}

.woocommerce .myaccount_form form .form-row-first,
.woocommerce .myaccount_form form .form-row-last,
.woocommerce-page .myaccount_form form .form-row-first,
.woocommerce-page .myaccount_form form .form-row-last{
    width: 50%!important;
}
.woocommerce .myaccount_form form .form-row{
    padding: 0px 5px;
}
.woocommerce .myaccount_form table.shop_table {
    margin: 0 !important;
    background-color: transparent !important;
}
.woocommerce .myaccount_form table.shop_table th {
    font-weight: 700;
    font-size: 16px;
}
.woocommerce .myaccount_form table.shop_table tr th, .woocommerce .myaccount_form table.shop_table tr td, .woocommerce .myaccount_form table.shop_table {
    border: 1px solid #fff!important;
    border-collapse: collapse;
}
.woocommerce .myaccount_form table.shop_table a.button {
    background-color: #9a1d1d!important;
    float: left;
    margin: 2px;
    outline: none;
    color: #fff!important;
    text-decoration: none!important;
    padding: 6px 8px;
}
.woocommerce .myaccount_form .col2-set .col-1, .woocommerce .myaccount_form .col2-set .col-2 {
    flex: auto;
    display: inline-block;
    width: 50%;
    float: left;
    max-width: none;
}
.woocommerce .myaccount_form .col2-set .col-1{
    padding-left: 0px;
}
.woocommerce .myaccount_form .col2-set .col-2{
    padding-right: 0px;
}
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses .title .edit{
    float: none;
}
.myaccount_form header {
    height: auto !important;
}
.myaccount_form .woocommerce-message a {
    color: #9a1d1d;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
    position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    right: 0;
    margin: 0;
}
.woocommerce .myaccount_form .woocommerce-customer-details:last-of-type,
.woocommerce .myaccount_form .woocommerce-order-detail:last-of-type,
.woocommerce .myaccount_form .woocommerce-order-downloads:last-of-type{
    margin: 0px!important;
}
.woocommerce .myaccount_form .woocommerce-customer-details address{
    border: 1px solid #fff!important;
    border-radius: 0px!important;
}
.woocommerce .myaccount_form table.shop_table.order_details tr th{
    text-align: left;
}
.woocommerce .myaccount_form table.shop_table.order_details tr th.woocommerce-table__product-table.product-total{
    text-align: right;
}
.woocommerce .myaccount_form table.shop_table.order_details tr th, .woocommerce .myaccount_form table.shop_table.order_details tr td {
    border: none!Important;
}
.header_bottom div#sfsi_holder {
    display: none!important;
}
.header_bottom .sfsi_wicons {
    padding: 0px!important;
    margin: 10px 8px 0px!important;
    height: 30px !important;
    width: 30px !important;
}
.header_bottom .norm_row {
    float: right !important;
    min-width: auto !important;
    position: relative !important;
    line-height: 0px !important;
    width: auto !important;
}
.header_bottom .sfsi_wicons img {
    height: 100%;
}
.sfsi_footerLnk{
    display: none !important;
}
.girl_vine_product_listing {
    display: inline-block;
    width: 100%;
}
.girl_vine_product_listing .row{
    margin: 0px -6px;
}
.girl_vine_product_listing .col-sm-3{
    padding: 0px 6px;
}
.girl_vine_product_listing .single_product_box {
    background-color: #fff;
    padding: 0;
	margin-top: 15px;
}
.girl_vine_product_listing .single_product_box .product_detail {
    border: 5px solid #000;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.girl_vine_product_listing .single_product_box .quantity_and_views {
    border-bottom: none;
}
.girl_vine_product_listing .single_product_box .quantity_and_views {
    border-bottom: none;
    margin-top: 10px;
}
.page_text_content_only {
    padding: 20px 30px;
    background-color: #fafafa;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
.page_text_content_only p {
    margin-bottom: 15px;
    line-height: normal;
}
.page_text_content_only a {
    color: #9a1d1d;
    text-decoration: none;
    font-weight: bold;
}
.page_text_content_only .imp_text {
    padding: 10px 15px;
    border: 2px solid #9a1d1d;
    border-radius: 5px;
    background-color: rgba(154, 29, 29, 0.1);
    margin-top: 30px;
}
.page_text_content_only .imp_text p{
	margin: 0px;
	font-size: 18px;
}
.page_text_content_only hr{
	margin: 30px 0px;
}
.page_text_content_only ul {
    padding: 0px 0px 20px 30px;
}
.page_text_content_only ul li {
    list-style-type: square;
}
a.shipping-calculator-button:after {
    content: "\f0d1" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
}

.woocommerce nav.woocommerce-pagination{width:100%;}

@media only screen and (max-width: 1405px) {
.single_product_box h2.woocommerce-loop-product__title{min-height: 85px;}
}