@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700&family=Montserrat:wght@400;500&display=swap");
@font-face {
font-family: 'GothicMother'; 
src: url(//shamanamulets.com/wp-content/themes/grizzly_canada/css/Gothic-Mother.ttf); 
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
html,
body {
font-family: 'Montserrat', sans-serif;
line-height: 1.2;
font-style: 16px;
font-weight: 400;
color: #1F1F1F;
}
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-thumb {
background-color: #000000;
} .container {
width: 100%;
max-width: 1200px;
padding: 0 15px;
margin: 0 auto;
}
.flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.link,
body .woocommerce-Button,
body .woocommerce button.button {
font-family: 'Exo';
font-weight: 700;
font-size: 16px;
line-height: 21px;
color: #fff;
padding: 13px 68px;
background: #1F1F1F;
border-radius: 5px;
display: inline-block;
cursor: pointer;
transition: background 0.4s;
outline: 0;
border: 0;
}
.link:hover,
body .woocommerce-Button:hover,
body .woocommerce button.button:hover {
background: #22B728;
color: #fff;
}
.pb {
padding-bottom: 100px;
}
.default {
position: relative;
overflow-x: hidden;
}
.default .container {
position: relative;
z-index: 1;
}
.title {
font-weight: 700;
font-size: 100px;
line-height: 100px;    
color: #1F1F1F;
text-align: center;
padding-top: 75px;
padding-bottom: 10px;
text-shadow: 0px 4px 20px rgba(0, 141, 14, 0.05);
}
.content {
max-width: 565px;
width: 100%;
margin: 0 auto;
font-family: 'Exo', sans-serif;
font-size: 16px;
line-height: 1.3;
color: #1F1F1F;
text-shadow: 0px 4px 20px rgba(0, 141, 14, 0.05);
}
.content span {
display: block;
font-weight: 500;
margin-bottom: 5px;
}
.content p {
font-weight: 400;
margin-bottom: 5px;
}
.content strong {
font-weight: 600;
margin-bottom: 5px;
display: block;
} .header {
padding: 15px 0;
background: #1F1F1F;
border-bottom: 1px solid rgb(255 255 255 / 25%);
position: relative;
z-index: 5;
}
.header .flex {
align-items: center;
}
.logo {
display: flex;
align-items: center;
margin-right: 70px;
}
.logo_img {
width: 50px;
height: 50px;
margin-right: 8px;
}
.logo_img img {
width: 100%;
height: 100%;
}
.logo_text span {
font-weight: 700;
font-size: 13px;
line-height: 16px;
display: block;
color: #1F1F1F;
transition: color 0.4s;
}
.logo:hover span,
.white .logo:hover span {
color: #22B728;
}
.logo_text span:last-child {
margin-left: 10px;
}
.menu {
display: flex;
list-style: none;
}
.menu li {
margin-right: 30px;
}
.menu li:last-child {
margin-right: 0;
}
.menu a {
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #1F1F1F;
transition: color 0.4s;
}
.menu a:hover,
.white .menu a:hover {
color: #22B728;
}
.profilenav_link {
margin-right: 30px;
position: relative;
display: inline-block;
}
.profilenav_link .count {
display: inline-block;
position: absolute;
top: -10px;
border-radius: 50%;
width: 20px;
height: 20px;
border: 1px solid #fff;
line-height: 18px;
text-align: center;
color: #fff;
font-size: 14px;
left: 20px;
transition: color 0.4s, border 0.4s;
}
.profilenav_link .count:empty {
display: none;
}
.profilenav_link:hover .count {
border: 1px solid #22B728;
color: #22B728;
}
.profilenav_link svg {
width: 24px;
height: 24px;
}
.profilenav_link path{
transition: stroke 0.4s;
}
.profilenav_link:hover path,
.white .profilenav_link:hover path{
stroke: #22B728;
}
.profilenav_menu {
position: relative;
width: 24px;
height: 24px;
display: inline-block;
cursor: pointer;
}
.profilenav_menu span {
position: absolute;
background: #1F1F1F;
left: 1px;
right: 1px;
height: 2px;
border-radius: 1px;
transition: background 0.4s;
}
.profilenav_menu span:nth-child(1) {
top: 2px;
}
.profilenav_menu span:nth-child(2) {
top: 11px;
}
.profilenav_menu span:nth-child(3) {
top: 20px;
}
.profilenav_menu.active span:nth-child(1) {
transform: rotate(-45deg);
top: 12px;
}
.profilenav_menu.active span:nth-child(2) {
display: none;
}
.profilenav_menu.active span:nth-child(3) {
transform: rotate(45deg);
top: 12px;
}
.profilenav_menu:hover span,
.white .profilenav_menu:hover span {
background: #22B728;
}
.white .profilenav_menu span {
background: #fff;
}
.white .menu a {
color: #fff;
}
.white .logo span {
color: #fff;
}
.white .profilenav_link path{
stroke: #fff;
}
.catmenu {
position: fixed;
right: 0;
top: 0;
bottom: 0;
width: 400px;
padding: 25px 35px 25px 55px;
background-color: #D9D9D9;
display: flex;
flex-direction: column;
transform: translateX(100%);
transition: transform 0.4s;
}
.catmenu.active {
transform: translateX(0);
}
.catmenu .profilenav_menu  {
position: absolute;
left: 20px;
top: 24px;
}
.catmenu .profilenav_menu span {
background-color: #1F1F1F;
}
.catmenu_list {
list-style: none;
display: flex;
flex-direction: column;
overflow-y: auto;
}
.catmenu_list li {
width: 100%;
padding: 13px 0;
border-bottom: 1px solid #C6C6C6;
}
.catmenu_list a {
display: flex;
align-items: center;
justify-content: space-between;
}
.catmenu_list img {
width: 30px;
height: auto;
}
.catmenu_list span {
display: inline-block;
width: calc(100% - 35px);
font-size: 16px;
line-height: 20px;
color: #1F1F1F;
}
.catmenu_list a:hover span {
color: #22B728;
transition: color 0.4s;
}
.catmenu_title {
font-size: 20px;
line-height: 24px;
margin-bottom: 15px;
margin-left: 20px;
} .mainbanner {
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/gekata-background.jpg) no-repeat;
background-size: cover;
height: 100vh;
min-height: 750px;
margin-top: -76px;
position: relative;
}
.mainbanner_shadov {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.78%, rgba(0, 0, 0, 0.8) 100%);
}
.mainbanner .flex {
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.mainbanner_text {
font-weight: 400;
font-size: 200px;
line-height: 244px;
color: #FFFFFF;
position: relative;
}
.mainbanner_text:first-child {
margin-top: 115px;
z-index: 2;
font-family: 'GothicMother'; 
color: #ebe9eb;
}
.mainbanner_text:last-child {
text-align: right;
margin-bottom: 115px;
z-index: 4;
font-family: 'GothicMother'; 
color: #ebe9eb;
}
.mainbanne_img {
position: absolute;
bottom: 0;
left: calc(50%);
transform: translateX(-50%);
z-index: 3;
height: 72vh;
min-height: 540px;
}
.mainbanner_button {
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
bottom: 20px;
left: 50%;
transition: translateX(-50%);
z-index: 10;
cursor: pointer;
}
.mainbanner_button p {
font-weight: 400;
font-size: 13px;
line-height: 1;
color: #4F4F4F;
margin-bottom: 5px;
transition: color 0.4s;
}
.mainbanner_button path {
transition: stroke 0.4s;
}
.mainbanner_button svg {
width: 24px;
height: 24px;
}
.mainbanner_button:hover p {
color: #22B728;
}
.mainbanner_button:hover path {
stroke: #22B728;
} .maincontent {
position: relative;
background-color: #fff;
padding-top: 35px;
}
.fon_top {
position: absolute;
top: 0;
left: 0;
right: 0;
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/fon_top.svg) no-repeat top center;
height: 350px;
overflow: hidden;
}
.fon_bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/fon_bottom.svg) no-repeat bottom center;
height: 710px;
overflow: hidden;
background-size: auto 700px;
}
.maincontent_title {
font-weight: 600;
font-size: 35px;
line-height: 43px;
color: #1F1F1F;
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.maincontent_fon {
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/maincontent_bear.png) no-repeat center top;
background-size: 1145px auto;
height: 1120px;
position: absolute;
top: 160px;
left: 0;
right: 0;
}
.sheet1 {
position: absolute;
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/sheet1.png) no-repeat;
background-size: 100% 100%;
width: 132px;
height: 184px;
right: 0;
top: 30px;
}
.sheet2 {
position: absolute;
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/sheet2.png) no-repeat;
background-size: 100% 100%;
width: 136px;
height: 235px;
left: 0;
top: 420px;
}
.sheet3 {
position: absolute;
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/sheet3.png) no-repeat;
background-size: 100% 100%;
width: 212px;
height: 313px;
right: 0;
top: 840px;
}
.categories {
display: grid;
grid-gap: 35px;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.big {
grid-column: 3/5;
grid-row: 2/4;
}
.long {
grid-column: 1/3;
}
.categories_item {
height: 200px;
overflow: hidden;
position: relative;
border-radius: 5px;
transition: box-shadow 0.4s;
}
.categories_item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.categories_item.big {
height: 435px;
}
.categories_item p {
position: absolute;
bottom: 10px;
left: 10px;
font-weight: 500;
font-size: 13px;
margin-right: 20px;
line-height: 1.4;
padding: 5px 10px;
background: #fff;
border-radius: 16px;
color: #1F1F1F;
transition: background 0.4s;
}
.categories_item:hover {
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
} .videos {
margin: 0 -17px;
}
.videos_slid {
margin: 0 17px;
}
.videos_content {
width: 100%;
line-height: 0;
}
.videos_title {
margin-top: 5px;
}
.videos_item:first-child {
margin-bottom: 30px;
}
.slider_arrow {
width: 40px;
height: 40px;
border-radius: 50%;
position: absolute;
top: -70px;
transition: background-color 0.4s;
cursor: pointer;
}
.slider_arrow:hover {
background-color: #22B728;
}
.slider_next {
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/ico/right.svg) no-repeat center, #1F1F1F;
background-size: 24px 24px;
right: calc(50% - 585px);
}
.slider_prew {
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/ico/left.svg) no-repeat center, #1F1F1F;
background-size: 24px 24px;
right: calc(50% - 525px);
} .cart .container {
position: relative;
z-index: 1;
}
.cart_content {
padding-top: 50px;
max-width: 800px;
margin: 0 auto;
}
.cart_item {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 50px;
padding-bottom: 20px; }
.cart_item:last-child {
border-bottom: 0;
}
.cart_item-buttons {
display: flex;
width: 65px;
margin-left: 30px;
align-items: flex-start;
}
.cart_item-title-text {
font-family: 'Exo';
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #1F1F1F;
}
.cart_item-title {
width: calc(100% - 295px);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cart_item-title .cart_nav-sum {
text-align: right;
}
.cart_item-img {
width: 165px;
height: 125px;
margin-right: 35px;
}
.cart_item-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cart_nav {
display: flex;
justify-content: flex-end;
align-items: center;
padding-top: 10px;
}
.col:first-child {
margin-right: 30px;
}
.cart_nav-total {
font-family: 'Exo';
font-weight: 400;
font-size: 20px;
line-height: 27px;
}
.cart_nav-sum {
font-family: 'Exo';
font-weight: 600;
font-size: 16px;
line-height: 21px;
}
.cart_nav-info {
font-family: 'Exo';
font-weight: 400;
font-size: 13px;
line-height: 17px;
}
.cart_item-buttons a {
margin-left: 15px;
display: inline-block;
line-height: 0;
}
.cart_item-buttons a:first-child {
margin-left: 0;
}
.cart_item-buttons svg {
width: 24px;
height: 24px;
}
.cart_item-buttons a:hover path {
stroke: #22B728;
} .faq_area {
margin-top: 30px;
}
.faq_item {
margin-bottom: 5px;
border-bottom: 1px solid #1F1F1F;
}
.faq_item:last-child {
margin-bottom: 0s;
}
.faq_item_header {
display: flex;
justify-content: space-between;
padding: 10px 0;
cursor: pointer;
}
.faq_item_header p {
transition: color 0.4s;
width: calc(100% - 34px);
}
.faq_item_header:hover p {
color: #22B728;
}
.faq_item_header:hover .faq_item_button span {
background-color: #22B728;
}
.faq_item_button {
margin-top: -4px;
width: 24px;
height: 24px;
position: relative;
}
.faq_item_button span {
position: absolute;
left: 0;
right: 0;
top: 11px;
height: 2px;
background-color: #1F1F1F;
transition: background-color 0.4s;
margin: 0;
}
.faq_item_content {
padding-bottom: 10px;
display: none;
}
.active .faq_item_content {
display: block;
}
.active .faq_item_button span:first-child  {
transform: rotate(-90deg);
} .catalogs {
padding-top: 50px;
position: relative;
overflow-x: hidden;
}
.catalogs .container {
position: relative;
z-index: 1;
overflow-y: hidden !important;
}
.catalogs_area {
display: grid;
grid-template-columns: repeat(3, calc(25% - 7.5px)); 
grid-gap: 10px;
max-width: 100%;
width: 100%;
}
.up-sells {
margin-top: 20px;
max-width: 100%;
}
.up-sells h2 {
margin-bottom: 10px;
}
.woocommerce-pagination {
margin-top: 50px;
text-align: center;
}
.woocommerce-pagination ul li {
display: inline;
}
.catalogs_title {
font-weight: 600;
font-size: 20px;
line-height: 27px;
margin-bottom: 25px;
}
.catalogs_item {
padding: 10px;
background-color: #fff;
transition: box-shadow 0.4s;
border-radius: 5px;
}
.catalogs_item:hover {  
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.catalogs_item-img {
width: 100%;
height: 250px;
border-radius: 5px;
overflow: hidden;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.catalogs_item-img img {
width: auto;
height: 100%;
object-fit: cover;
position: relative;
z-index: 1;
}
.catalogs_item-ico {
position: absolute;
background: rgba(31, 31, 31, 0.8);
border-radius: 15px;
display: inline-block;
padding: 6px 10px;
z-index: 2;
font-weight: 500;
font-size: 16px;
line-height: 1;
color: #fff;
}
.catalogs_item-ico.catalogs_item-star {
top: 5px;
left: 5px;
padding-left: 35px;
}
.catalogs_item-star:after {
content: '';
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/ico/star.svg) no-repeat;
width: 20px;
height: 20px;
position: absolute;
left: 10px;
top: 4px;
}
.catalogs_item-ico.catalogs_item-quality {
bottom: 5px;
left: 5px;
}
.catalogs_item-ico.catalogs_item-prise {
bottom: 5px;
right: 5px;
}
.catalogs_item-title {
margin-top: 10px;
line-height: 1;
color: #1F1F1F;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .blogtext {
line-height: 1.6;
}
.blogtext p {
font-size:17px;
margin-top: 10px;
}
.blogtext ul {
margin-left:50px;
}
.blogtext img {
max-width:100%;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}
.blogtext h2 {
margin-top: 20px;
}
.blogtext h1 {
font-size: 28px;
} .profil {
padding-top: 100px;
}
.profil_title {
font-family: 'Exo';
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #1F1F1F;
margin-bottom: 10px;
}
.profil .container {
position: relative;
z-index: 1;
}
.profil_info {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 15px;
}
.profil_info-item {
width: calc(25% - 10px);
position: relative;
margin-bottom: 15px;
}
.profil_info-item span {
font-family: 'Exo';
font-weight: 400;
font-size: 13px;
line-height: 17px;
color: #848484;
display: inline-block;
}
.profil_info-item .edit {
position: absolute;
width: 30px;
height: 30px;
bottom: 5px;
right: 0;
cursor: pointer;
}
.profil_info-item .edit path {
transition: fill 0.4s;
}
.profil_info-item .edit:hover path {
fill: #22B728;
}
.profil_info-item-text {
background: #FFFFFF;
border: 1px solid #A3A1A1;
border-radius: 5px;
font-size: 18px;
line-height: 40px;
padding-left: 5px;
padding-right: 25px;
height: 40px;
width: 100%;
position: relative;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.history {
max-width: 850px;
}
.history_item {
margin-bottom: 20px;
}
.history_item:last-child {
margin-bottom: 0;
}
.history_item-header {
display: flex;
justify-content: space-between;
position: relative;
align-items: center;
padding-left: 15px;
padding-right: 72px;
cursor: pointer;
min-height: 70px;
}
.history_item-header:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 5px;
border-radius: 3px;
background-color: #22B728;
}
.yelow .history_item-header:before {
background-color: #DFC01E;
}
.red .history_item-header:before {
background-color: #D32525;
}
.history_item-header:after {
content: '';
position: absolute;
top: calc(50% - 12px);
right: 0;
width: 24px;
height: 24px;
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/ico/bottom.svg) no-repeat;
background-size: 100% 100%;
}
.history_item-header-slide {
display: flex;
align-items: center;
justify-content: flex-start;
width: calc(100% - 400px);
}
.history_item-info p {
font-family: 'Exo';
font-weight: 500;
font-size: 16px;
line-height: 21px;
color: #1F1F1F;
}
.history_item-info span {
font-family: 'Exo';
font-weight: 400;
font-size: 13px;
line-height: 17px;
color: #848484;
}
.history_item-img {
width: 93px;
height: 70px;
border-radius: 5px;
overflow: hidden;
margin-left: 100px;
}
.history_item-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.history-col {
width: 340px;
}
.history_item-content,
.history_item-title {
display: none;
}
.active .history_item-content,
.active .history_item-title {
display: flex;
padding-left: 15px;
}
.history_item-content {
flex-direction: column;
margin-top: 20px;
}
.history_item-content .history-col {
margin-bottom: 15px;
}
.history_item-content-unit {
display: flex;
justify-content: space-between;
}
.active .history_item-header-slide {
position: absolute;
left: 415px;
top: 90px;
}
.active .history_item-header-slide .history_item-info {
display: none;
}
.active .history_item-header-slide .history_item-title {
width: calc(100% - 103px);
}
.active .history_item-header-slide .history_item-img {
margin-left: 0;
}
.active .history_item-header:after {
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/ico/top.svg) no-repeat;
background-size: 100% 100%;
} .contact .container {
position: relative;
z-index: 1;
}
.contact_area {
margin: 30px auto 0;
max-width: 565px;
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
border-radius: 5px;
display: flex;
flex-direction: column;
padding: 30px;
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/min_bear.png) no-repeat;
background-size: cover;
}
.contact_area p,
.contact_area a {
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #000000;
display: flex;
align-items: center;
margin-bottom: 15px;
transition: color 0.4s;
}
.contact_area a path {
transition: stroke 0.4s;
}
.contact_area a:hover path {
stroke: #22B728;
}
.contact_area a:hover {
color: #22B728;
}
.contact_area svg {
width: 32px;
height: 32px;
margin-right: 10px;
}
.contact_social {
padding-top: 15px;
}
.contact_social ul {
list-style: none;
display: flex;
margin-top: 20px;
}
.contact_social path {
stroke: #000;
} .footer {
background: #1F1F1F;
padding: 40px 0 40px;
}
.footer_logo {
font-weight: 600;
font-size: 18px;
line-height: 1;
color: #FFFFFF;
transition: color 0.4s;
margin-right: 170px;
}
.footer_logo:hover {
color: #22B728;
}
.footer .menu a {
color: #fff;
}
.footer .menu a:hover {
color: #22B728;
}
.social {
display: flex;
}
.social li {
margin-right: 20px;
}
.social li:last-child {
margin-right: 0;
}
.social svg {
width: 32px;
height: 32px;
}
.social path {
transition: stroke 0.4s;
}
.social a:hover path {
stroke: #22B728;
}
.copyright {
color: #fff;
}
.bootommenu {
list-style: none;
display: flex;
}
.bootommenu li {
margin-right: 30px;
}
.bootommenu li:last-child {
margin-right: 0;
}
.bootommenu a {
text-decoration: underline;
transition: color 0.4s;
color: #fff;
}
.bootommenu a:hover {
color: #22B728;
}
.pbsr {
padding-top: 50px;
}
.mespasresconf {
margin: 50px auto 0;
max-width: 500px;
font-family: 'Montserrat', sans-serif;
line-height: 1.2;
font-style: 16px;
font-weight: 400;
text-align: center;
color: #1F1F1F;
}
.profil .woocommerce form.checkout_coupon,
.profil .woocommerce form.login, 
.profil .woocommerce form.register,
.profil .lost_reset_password{
border: 1px solid #d3ced2;
padding: 30px;
margin: 50px auto 0;
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
border-radius: 5px;
max-width: 500px;
}
body .form-row input.input-text, 
body .woocommerce form .form-row textarea {
padding: 10px 5px;
} .product_content {
width: 765px;
}
.product_info {
width: calc(100% - 800px);
}
.product_info-title {
font-weight: 400;
font-size: 23px;
line-height: 1.4;
margin-bottom: 15px;
}
.product .quantity { }
.quantity input {
font-weight: bold;
padding: 5px;
font-size: 17px;
}
.prise_wr .price {
font-weight: 600;
font-size: 20px;
line-height: 1;
}
.prise_wr .stock {
font-weight: 400;
font-size: 13px;
line-height: 1;
color: #BD3030;
}
.product_info-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.product_info-descriptiontitle {
font-weight: 600;
font-size: 16px;
line-height: 1.3;
display: inline-block;
margin-bottom: 8px;
}
.product_info-description-con p {
font-weight: 400;
font-size: 16px;
line-height: 21px;
margin-bottom: 10px;
}
.product_info-description-con p:last-child {
margin-bottom: 0;
}
.product_gab {
padding-top: 10px;
margin-bottom: 10px;
margin-top: 10px;
border-top: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
}
.product_gab p {
font-weight: 500;
font-size: 16px;
line-height: 1;
margin-bottom: 10px;
}
.product_gab p span {
font-weight: 400;
}
.woocommerce-tabs {
width:100%;
} .cart_item-title-text a {
color: #333
}
.woocommerce .quantity .qty {
padding: 0px;
background: #fff;
border: none; width: 30px;
}
.cart_item-img img {
border-radius: 5px;
}
.cart_qty_m {
display: inline-block;
}
.qty_sm { display: flex;
justify-content: space-between;
align-items: center;
}
.fon_top {
display: none;
}
.mainbanner { }
.woocommerce-breadcrumb {
margin: 20px 0;
}
.woocommerce-breadcrumb * {
color: #333;
}
#primary {
margin: 0 auto;
max-width: 1200px;
width: 100%;
display: block;
}
.woocommerce-result-count {
display: none;
}
.woocommerce-ordering select {
border: none;
background: #fff;
font-size: 1.2em;
margin-bottom: 20px;
}
.woocommerce-products-header__title {
display: none;
}
.catalogs_area {
margin-left: -5px;
}
.contact_area {
background: none;
text-align: center;
}
.contact_area * {
text-align: center;
}
.footer {
margin-top: 100px;
}
.profilenav {
display: flex;
justify-content: center;
align-items: center;
}
.dgwt-wcas-sf-wrapp {
background: transparent !important;
}
.dgwt-wcas-search-wrapp {
margin-right: 10px !important;
}
.woocommerce-privacy-policy-text {
display: none;
}
@media (max-width: 1108px) {
.up-sells {
margin-top: 10px;
}
.up-sells h2 {
margin-bottom: 5px;
}
.woocommerce-pagination {
margin-top: 20px;
}
.mespasresconf {
margin: 30px auto 0;
}
.profil .woocommerce form.checkout_coupon,
.profil .woocommerce form.login, 
.profil .woocommerce form.register,
.profil .lost_reset_password{
padding: 15px;
margin: 30px auto 0;
}
.catalogs_area {
grid-template-columns: repeat(3, calc(33.333% - 6.66px));
}
.title {
font-size: 70px;
line-height: 70px;    
padding-top: 70px;
padding-bottom: 5px;
}
.container {
width: 788px;
padding: 0 10px;
}
.mainbanner_text {
font-size: 78px;
line-height: 110px;
}
.mainbanner_text:first-child {
margin-top: 80px;
}
.mainbanner_text:last-child {
margin-bottom: 80px;
margin-right: 30px;
}
.mainbanne_img {
z-index: 3;
height: 380px;
min-height: auto;
}
.mainbanner {
min-height: 500px;
background-size: cover;
}
.categories {
grid-gap: 20px;
}
.categories_item {
height: 125px;
}
.categories_item.big {
height: 270px;
}
.categories_item p {
font-size: 12px;
line-height: 1.1;
max-width: 90%;
border-radius: 5px;
padding: 2px 7px;
}
.slider_next {
right: calc(50% - 384px);
}
.slider_prew {
right: calc(50% - 330px);
}
.videos_slid {
margin: 0 10px;
}
.videos {
margin: 0 -10px;
}
.videos_item:first-child {
margin-bottom: 20px;
}
.pb {
padding-bottom: 50px;
}
.maincontent_title {
font-size: 30px;
line-height: 37px;
margin-bottom: 15px;
}
.slider_arrow {
top: -55px;
}
.maincontent_fon {
background-size: 600px auto;
height: 600px;
position: absolute;
}
.sheet1,
.sheet2,
.sheet3 {
display: none;
}
.profil_info-item {
width: calc(50% - 5px);
}
.profil {
padding-top: 50px;
}
}
@media (max-width: 1108px) {
.menu li {
margin-right: 12px;
}
.menu a {
font-size: 15px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
padding: 5px 5px 5px 22.5px !important;
line-height: 10px !important;
font-size: 11px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
min-height: 5px !important;
min-width: 5px !important;
height: 5px !important;
width: 5px !important;
left: 18px !important;
top: 21px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
width: 11px !important;
height: 11px !important;
}
.dgwt-wcas-search-wrapp { min-width: 90px !important;
max-width: 90px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
width: 12px;
height: 12px;
}
.categories_item img {
}
.summary {
margin-left: 0px !important;
}
.woocommerce-breadcrumb {
margin-top: 0px;
}
.main_photo img {
max-width: 100%!important;
width: 100% !important;
height: auto !important;
}
.photos_prod_all {
max-width: 100%;
}
.photos_prod_all img {
height: 57px !important;
width: 57px !important;
}
#main {
padding: 20px;
}
.title {
font-size: 50px;
line-height: 68px;    
padding-top: 60px;
}
.profil_info-item {
width: 100%;
}
.profil {
padding-top: 30px;
}
.history_item-header {
flex-wrap: wrap;
padding-right: 0;
}
.history-col {
width: 100%;
}
.history_item-header-slide,
.active .history_item-header-slide {
width: 100%;
position: relative;
top: 0;
left: 0;
margin-top: 10px;
}
.history_item-header:after {
top: -2px;
}
.catalogs_area {
grid-template-columns: 100%;
}
.pb {
padding-bottom: 30px;
}
.container {
width: 380px;
padding: 0 10px;
}
.logo {
margin-right: 0;
margin-bottom: 15px;
}
.header .flex.fix {
flex-direction: column;
align-items: flex-start;
width: 100%;
}
.header .container.flex {
position: relative;
}
.header .menu {
justify-content: center;
width: 100%;
}
.profilenav {
position: absolute;
right: 15px;
top: 10px;
}
.profilenav_link svg {
width: 28px;
height: 28px;
}
.profilenav_link {
margin-right: 20px;
}
.mainbanner {
margin-top: -111px;
min-height: 600px;
}
.profilenav_menu {
width: 28px;
height: 28px;
}
.profilenav_menu span:nth-child(2) {
top: 14px;
}
.profilenav_menu span:nth-child(3) {
top: 26px;
}
.mainbanner_text:first-child {
margin-top: 135px;
}
.mainbanner .flex {
justify-content: flex-start;
}
.mainbanner_text:last-child {
margin-bottom: 0;
}
.mainbanne_img {
height: auto;
min-height: auto;
max-width: 100%;
}
.mainbanner_button {
right:50%;
}
.mainbanner_button p {
color: #6C6C6C;
}
.categories {
grid-template-columns: 1fr 1fr;
}
.long {
grid-column: 1/3;
}
.big {
grid-column: 1/3;
grid-row: auto;
}
.slider_next {
right: calc(50% - 180px);
}
.slider_prew {
right: calc(50% - 120px);
}
.footer .flex,
.footer .menu  {
flex-direction: column;
align-items: center;
justify-content: center;
}
.footer_logo {
margin-right: 0;
margin-bottom: 15px;
}
.footer .menu li {
margin-right: 0;
margin-bottom: 10px;
}
.footer .menu li:last-child {
margin-bottom: 15px;
}
.bootommenu {
margin-top: 10px;
display:block;
}
.bootommenu li {
margin-right: 10px;
margin-bottom: 5px;
}
.bootommenu a {
font-size: 13px;
}
.catmenu {
width: 100%;
}
.catmenu_title {
margin-left: 0;
text-align: center;
}
.catmenu .profilenav_menu {
left: auto;
right: 20px;
}
.cart_item-img {
width: 115px;
height: 100px;
margin-right: 10px;
}
.cart_item-buttons {
width: 30px;
margin-left: 0;
flex-direction: column;
align-items: flex-end;
}
.cart_item-buttons a {
margin-left: 0;
margin-bottom: 15px;
}
.cart_item-title {
width: calc(100% - 155px);
}
.cart_item-title .cart_nav-sum {
text-align: left;
}
.cart_nav {
justify-content: space-between;
}
.contact_area {
background: url(//shamanamulets.com/wp-content/themes/grizzly_canada/images/bear.png) no-repeat bottom right;
background-size: 220px auto;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}